Dave
2010-Oct-14 20:53 UTC
[CentOS] yum 4 packages excluded due to repository priority protections
Is there a simple command to get yum to list what packages are being excluded? mahalo, TDB -- Q: Why should this email be 5 sentences or less? A: http://five.sentenc.es
JohnS
2010-Oct-14 21:46 UTC
[CentOS] yum 4 packages excluded due to repository priority protections
On Thu, 2010-10-14 at 10:53 -1000, Dave wrote:> Is there a simple command to get yum to list what packages are being excluded? > mahalo, > TDB >--- yum update -d3 Loaded plugins: fastestmirror Config time: 0.111 Yum Version: 3.2.22 Setting up Package Sacks Loading mirror speeds from cached hostfile Excluding Packages in global exclude list Excluding kernel-2.6.18-194.el5.x86_64 Excluding kernel-2.6.18-194.11.1.el5.x86_64 Excluding kernel-2.6.18-194.8.1.el5.x86_64 Excluding kernel-2.6.18-194.3.1.el5.x86_64 Excluding kernel-2.6.18-194.11.3.el5.x86_64 Excluding kernel-2.6.18-194.17.1.el5.x86_64 Excluding kernel-2.6.18-194.11.4.el5.x86_64 Finished John
Karanbir Singh
2010-Oct-15 03:55 UTC
[CentOS] yum 4 packages excluded due to repository priority protections
On 10/14/2010 03:53 PM, Dave wrote:> Is there a simple command to get yum to list what packages are being excluded? > mahalo,easy way to do this is write a couple of lines of code, or use something like this : http://www.karan.org/blog/index.php/2009/05/28/checking-a-machines-yum-exclude-policy - KB