About Linux FAQ

Browse More FAQs:

Linux yum command skip updating packages

Posted by Vivek Gite [Last updated: June 16, 2008]

Q. How can I skip any packages updating while using yum update command in CentOS / RedHat / RHEL / Fedora Linux server system?

A.yum command under RedHat / Centos has the -x or --exclude option. It will exclude a specific package by name or shell glob (* or ?) from updates on all repositories.

yum exclude package syntax

Use the following syntax ( you must login as the root user to use following commands):
yum -x {package-name} update
yum --exclude={package-name} update

For example, exclude httpd or kernel package from update, enter:
# yum -x httpd* update
# yum --exclude=kernel* update

For further information read yum command man page:
$ man yum

Ubuntu / Kubuntu Ubuntu Ver. 8.10 and Linux Training Library 2DVD+CD

E-mail    Print    Can't find an answer to your question? Contact us

Related Other Helpful FAQs:

Leave a Reply

We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Tags: , , , , , , ,

Copyright © 2006-2008 nixCraft. All rights reserved - TOS/Disclaimer - Privacy policy - Powered by Open source software.