Yum – How to Exclude package update

In previous post we have covered openoffice-3.2 installation,
by mow many must have noticed while running yum update, yum is trying to upgrade openoffice.org-ure-1.6.0-9483.i586.rpm which belongs to openoffice-3.2 installation. This package is being replaced by openoffice.org-ure-3.1.1-19.14.fc12.i686 as a result openoffice does not work, to fix you need to reinstall openoffice.org-ure-1.6.0-9483.i586.rpm.

To avoid it further, you need to configure yum to exclude openoffice.org-ure-3.1.1-19.14.fc12.i686 from updates.
this can be done by adding any of  below mentioned line in /etc/yum.conf

exclude=openoffice.org-ure-3.1.1-19.14.fc12.i686

Or

exclude=openoffice*

Related posts:

  1. Installing OpenOffice-3.2 on Fedora
  2. VLC on Linux
  3. Using TAR Package for latest Firefox Release / Pre-Release
  4. Installing OpenOffice-3.2 on Ubuntu
  5. Upgrade Fedora 11 to 12 -using shell

Subscribe to LinuxReaders

rss twitter mail google buzz facbook stumble digg

Leave a Reply