I uninstall apper so it doesn’t suggest to me to upgrade packages. But every now and then ‘zypper dup’ reinstalls it, and I have to uninstall it again.
I don’t mind having it installed if only it would be quiet. Is there a config file where apper can be told to not-run? Or should I uninstall package-kit too?
It’s probably a good idea to also open tray settings, and uncheck the box for “Software Updater”. Otherwise it will do some of the same things that Apper does.
That “Software Updater” is in fact Apper (just a different frontend/GUI).
But it shouldn’t do anything unless you click on it, when “Apper Monitor” is disabled.
> I uninstall apper so it doesn’t suggest to me to upgrade packages. But
> every now and then ‘zypper dup’ reinstalls it, and I have to uninstall
> it again.
Yes, this also happened during the run-up to 13.1 but the practice was
dropped by the final release, not sure why it happens during beta and
why it wasn’t dropped in 13.2 final release.
I use YaST to delete PackageKit modules apart from the libs which are
apparently now also used elsewhere. This prompts you to remove apper.
Once deleted, I go back and “taboo” a couple of the items that stops
re-installation of any of the apps.
–
Graham Davis [Retired Fortran programmer - now a mere computer user]
openSUSE Tumbleweed (64-bit); KDE 4.14.2; AMD Phenom II X2 550
Processor; Kernel: 3.17.2; Video: nVidia GeForce 210 (using nVidia
driver); Sound: ATI SBx00 Azalia (Intel HDA)
Because upto 13.1 libzypp (the library YaST and zypper use) had the so-called “SoftLocks” feature.
If you uninstalled a package it got added to the SoftLocks file and never was installed again automatically. I.e. uninstalling a package told YaST/zypper that it is “unwanted”.
But this caused other problems and got removed.
Another way to get rid of apper would be to disable the installation of recommended packages for already installed packages, via enabling “Ignore recommended packages for already installed packages” in YaST’s “Options” menu, or setting “installRecommends = no” in /etc/zypp/zypper.conf (or using the --no-recommends option).