Hi,

Yes, I just installed Knoppix on my laptop and immediately updated to KDE 3.1 (I hated the lack of tabbed browsing in konquerer =).

I had a few problems with it erroring out because of overwriting issues, all of which were solved with either:

dpkg --force configure -i /var/cache/apt/archives/<package name>

or

dpkg --force overwrite -i /var/cache/apt/archives/<package name>

depending on what the error was. once this is done, return to the install with apt-get -f install and then apt-get dist-upgrade when until the dist-upgrade no longer does anything. It took me a while, although it downloaded everything first and then did it all from disk when I was having problems.

Jeff