When updating with yum i recieve the following message:
yum update
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* atomic: www7.atomicorp.com
* base: mirror.de.leaseweb.net
* extras: mirror.de.leaseweb.net
* updates: mirror.de.leaseweb.net
118 packages excluded due to repository priority protections
Setting up Update Process
No Packages marked for Update
What does that mean ? How to install these packages ?
From what I understand, this error is generated from the
priorities
plugin as noted by Pawel.In 2009, the maintainer of yum mentioned that he hoped people would not use
priorities
. To disable the priorities plugin, edit/etc/yum/pluginconf.d/priorities.conf
and setenabled = 0
. After this change, next time you runyum update
, you should not get any priority protections.Some packages are held by more than one repository. The
priorities
plugin choose packages from the highest-priority repository, excluding duplicate entries from other repos.In case you want to know which packages are excluded due to priority protections you can use