I’m running the latest Tumbleweed release. Sometimes when I install software using YaST, I don’t install all the recommended packages. I don’t mark things as Taboo, but YaST sometimes allows certain packages to be unchecked and the software runs fine without the added bloat. The problem that comes up later, is that when it comes time I want to remove packages that I may have installed in “increments”, zypper -u
doesn’t uninstall the main package and its recommended packages. Sometimes it will only uninstall 2 packages when I know there are many more. Libzypp still knows what is what, because if I were to try to uninstall any particular package that something else depended on, I would get a warning. Considering that if I were to keep track of every single package I installed manually (like writing it down), I could remove packages that zypper rm -u
is missing without any warning.
So, my question is, is there a way to override this?