|
broken apt-get
I have debian 3.0r1 installed and I have run into a problem with apt-get. If I run apt-get install this is what I get.
Reading Package Lists...
Building Dependency Tree...
You might want to run `apt-get -f install' to correct these.
Sorry, but the following packages have unmet dependencies:
libgnome32: Depends: gnome-bin (>= 1:1.4.1.6-1.ximian.1) but 1.4.1.4-3 is installed
libgnomesupport0: Depends: gnome-bin (>= 1:1.4.1.6-1.ximian.1) but 1.4.1.4-3 is installed
libgnomeui32: Depends: gnome-bin (>= 1:1.4.1.6-1.ximian.1) but 1.4.1.4-3 is installed
libgnorba27: Depends: gnome-bin (>= 1:1.4.1.6-1.ximian.1) but 1.4.1.4-3 is installed
libgnorbagtk0: Depends: gnome-bin (>= 1:1.4.1.6-1.ximian.1) but 1.4.1.4-3 is installed
E: Unmet dependencies. Try using -f.
After this if I do like it says and type apt-get -f install then this is what I get.
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
gnome-bin
1 packages upgraded, 0 newly installed, 0 to remove and 204 not upgraded.
14 packages not fully installed or removed.
Need to get 0B/84.9kB of archives. After unpacking 1266kB will be used.
Do you want to continue? [Y/n] y
(Reading database ... 40829 files and directories currently installed.)
Preparing to replace gnome-bin 1.4.1.4-3 (using .../gnome-bin_1%3a1.4.1.6-1.ximian.1_i386.deb) ...
Unpacking replacement gnome-bin ...
dpkg: error processing /var/cache/apt/archives/gnome-bin_1%3a1.4.1.6-1.ximian.1_i386.deb (--unpack):
trying to overwrite `/usr/share/man/man1/gnome-pty-helper.1.gz', which is also in package libzvt2
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/gnome-bin_1%3a1.4.1.6-1.ximian.1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
|