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?
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.
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?