Linux yum command skip updating packages

by Vivek Gite on May 13, 2008 · 0 comments

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

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 3 + 10 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.




Previous post:

Next post: