[WBEL-users] yum

Jeremy Bowers jaire@preciant.com
Wed, 30 Jun 2004 09:51:08 -0600


from:  man yum.conf

exclude
  list  of  packages  to  exclude  from  updates or installs. This 
  should be a space separated list.  Filename globs *,?,., etc are
  allowed

So adding exclude kernel* to your /etc/yum.conf should exclude kernel
packages.


On Wed, 2004-06-30 at 09:19, Lennart Andersen wrote:
> Hi All,
> 
> I am trying to get yum to exclude some files, but can't seem to get it to work.
> 
> I have tried "yum --exclude kernel* update" it says that --exclude is not an
> option.
> 
> How do I exclude files like kde kernel ect....
> 
> Regards,