Re: where is the yum skip list
"Adam T. Bowen" <[email protected]>
| Newsgroups | org.kernel.vger.linux-admin |
|---|---|
| Message-ID | <[email protected]> |
Dave Martini 1 wrote: > Does anyone know where the yum skip list is located? > With up2date I used to bring up the config file with up2date --config > How do I do this using yum in RHEL5? Not sure what you mean by the "skip list", but there is an exclude list that you can put in your /etc/yum.conf. From the man page for yum.conf: exclude - List of packages to exclude from updates or installs. This should be a space separated list. Shell globs using wildcards (eg. * and ?) are allowed. Cheers Adam