This weekend I installed Knoppix 3.4 to my hardrive as a stepping stone to installing Debian. It all went smoothly, once that is, I figured out that it was no longer knx-hdinstall but knx2hd.
I then edited the /etc/apt/sources.list so it was looking to sid mirrors. I then did apt-get clean and apt-get update, all without a problem.
I then did apt-get dist-upgrade which is where it all fell apart on me. On doing the apt-get dist-upgrade I got the following:
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
testdisk: Depends: libntfs5 (>= 1.9.0) but it is not installed
E: Unmet dependencies. Try using -f.
I do apt-get -f install I get the following:
Unpacking libntfs5 (from .../libntfs5_1.9.0-1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libntfs5_1.9.0-1_i386.deb (--unpack):
trying to overwrite `/usr/lib/libntfs.so.5.0.0', which is also in package ntfsprogs
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/libntfs5_1.9.0-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Does anyone have an idea as to what I can do to fix this so I can do the dist-upgrade?
Thanks