Monday, January 9, 2012

How to Exclude a specific package not to update in RHEL

# vim /etc/yum.conf

Append below line at the end of a file.

exclude=httpd-2.2.17-1.fc14.
i686

Or

exclude=httpd*

Save and exit the file.tt

Now update your system using yum. YUM will exclude httpd package updates.

No comments:

Post a Comment