openSUSE / zypper

World's most powerful command line package manager
http://en.opensuse.org/Portal:Zypper
Other
412 stars 113 forks source link

Remove a package and its dependencies with `zypper in` #533

Closed trmdi closed 9 months ago

trmdi commented 9 months ago

When I use zypper in yt-dlp \!youtube-dl it doesn't remove all youtube-dl's dependencies while yast does that as expected. (youtube-dl-bash-completion...)

What's wrong with my zypper command or it's a bug? Or this feature is not availabe yet?

mlandres commented 9 months ago

For the remove command there is the --clean-deps option to also remove unneeded dependencies (zypper rm --clean-deps youtube-dl). For the install command the option is missing.