
Originally Posted by
Espionage724
I suppose it can't be helped though if it's dependencies requiring the software to be installed. I still can't really see why fglrx or Wine would require anything to do with KDE4 wallpapers though.
fglrx and wine don't require anything to do with KDE4 wallpapers.
But the KDE4 wallpapers might be recommended by some already installed package or pattern and therefore YaST/zypper wants to install it. To avoid this, you could activate "Ignore Recommended Packages For Already Installed Packages" in the "Options" menu, the corresponding option in /etc/zypp/zypp.conf, if you want to make it the system default, is:
Code:
##
## Whether required packages are installed ONLY
## So recommended packages, language packages and packages which depend
## on hardware (modalias) will not be regarded.
##
## Valid values: boolean
## Default value: false
##
# solver.onlyRequires = false
As has already been mentioned, mark the packages you don't want to have installed as "Taboo -- Never Install" (right-click on the package). Then they won't ever get installed automatically.
Or, if you uninstall a package it gets added to the "SoftLock" list and won't get installed automatically again either if it can be avoided.
Bookmarks