[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [debian-knoppix] Problem with apt-get



Try installing the package with dpkg using the --force-overwrite option (note: this will overwrite the manpage installed by the package that you have conflicts with, in this case ash-knoppix). The package must be on /var/cache/apt/archive as stated on the error report. The final syntax would be:

dpkg -i --force-overwrite /var/cache/apt/archives/bsh_1.2b6-1_all.deb

Then, you can do "apt-get clean" to delete the packages that were downloaded before.

If the package is not on the specified directory, do "apt-get -d install bsh" so it's downloaded again but not installed. It will be left on the before mentioned directory.

Greetings.
Ernesto.

Lars Lidgren wrote:

Hi!

I seem to have som problems solving this problem:

Unpacking bsh (from .../archives/bsh_1.2b6-1_all.deb) ...
dpkg: error processing /var/cache/apt/archives/bsh_1.2b6-1_all.deb (--unpack):
trying to overwrite `/usr/share/man/man1/bsh.1.gz', which is also in package ash-knoppix
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/bsh_1.2b6-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

I can't remove the package. apt-get -i install doesn't work. I can't find any inst-packages so I can write exit 0 inside the instscript.



_______________________________________________
debian-knoppix mailing list
debian-knoppix@linuxtag.org
http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix


Reply to: