PDA

View Full Version : [ubuntu] Update Manager error (libnspr4)



siloko
July 5th, 2008, 10:40 AM
Hello,

I have a persistant error after the last routine update which prevents a package installing - the apt error is:

E: /var/cache/apt/archives/libnspr4-0d_4.7.1+1.9-0ubuntu0.8.04.2_i386.deb: trying to overwrite `/usr/lib/libnspr4.so', which is also in package libnspr4

I have tried sudo dpkg --reconfigure -a but the same problem remains.

Does anyone have any suggestions?

Thanks

LinuxRocks713
July 5th, 2008, 11:34 AM
It's telling you that your current libnspr4 library is *conflicting* with the package you are trying to install.

Solution:

sudo apt-get remove libnspr4
sudo dpkg --install libnspr4-0d_4.7.1+1.9-0ubuntu0.8.04.2_i386.deb

siloko
July 5th, 2008, 11:40 AM
That's done it - thanks

andoty_jazz
July 7th, 2008, 02:11 PM
Yay! This solution helped. @LinuxRocks713, thanks much.

asac
July 11th, 2008, 09:02 AM
It's telling you that your current libnspr4 library is *conflicting* with the package you are trying to install.

Solution:

sudo apt-get remove libnspr4
sudo dpkg --install libnspr4-0d_4.7.1+1.9-0ubuntu0.8.04.2_i386.deb

Hey, please dont post these instructions as we want to test the upgrade _without_ these. We have uploaded a fix and now people who run into this dont test our fir, but follow your procedure - which removes precious testers from us.