apt-get bombed

Christoph Wickert christoph.wickert at gmx.de
Fri Aug 19 17:03:03 UTC 2005


Am Freitag, den 19.08.2005, 08:46 -0700 schrieb Rick Lim:
> During a apt-get -f upgrade I had a power failure.
> 
> Now I get an error from apt-get of
> 
> W: There are multiple versions of "zlib-devel" in your system.
> 
> This package won't be cleanly updated, unless you leave
> only one version. To leave multiple versions installed,
> you may remove that warning by setting the following
> option in your configuration file:
> 
> RPM::Allow-Duplicated { "^zlib-devel$"; };
> 
> To disable these warnings completely set:
> 
> RPM::Allow-Duplicated-Warning "false";
> 
> W: You may want to run apt-get update to correct these problems
> 
> 
> Any ideas how to fix this ?????

rpm -q zlib-devel
zlib-devel-1.2.2.2-5.fc4
zlib-devel-<older version>

rpm -e zlib-devel-<older version>

!! The whole name of the package including version as give by rpm -q!!

Christoph




More information about the fedora-list mailing list