Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

861

November 23rd, 2010 04:00

Package conflict during upgrade

Hi

I am upgrading a single node system from 5 sp2 to 5 sp 3. Normally that’s a straightforward process but this system had an upgrade from sp1 to sp2 in the past. Now I have some package conflicts and I am not sure how what to do to fix this conflict

root@avamar:/usr/local/avamar/src/#: rpm -ivh RHEL4_64/dpnavupsw-5.0.0-38.x86_64.rpm

Preparing...                ########################################### [100%]

        file /usr/local/avamar/lib/avupsw/VERSION from install of dpnavupsw-5.0.0-38 conflicts with file from package dpnavupsw-5.0.0-37

        file /usr/local/avamar/lib/avupsw/install_os_security_errata from install of dpnavupsw-5.0.0-38 conflicts with file from package dpnavupsw-5.0.0-37

root@avamar:/usr/local/avamar/src/#:

Thanks in advance

Hans 

39 Posts

November 23rd, 2010 15:00

Hi, Hans:

You could uninstall the old rpm package and re-kick start rpm install for the new package.

Regards,

Charles

307 Posts

November 24th, 2010 11:00

Hello Hans,

You can try to remove the previously installed package using this command:

rpm -qa | grep dpnavupsw\*|xargs rpm -e

And then, run rpm -ivh command.

Thanks,

Sandeep.

No Events found!

Top