There are currently 20 some KDE 3.3 related files found in the search. You are right, it did not completely remove the older version.
My original OS is Sarge 3.1 r0 network installation. After the installation, I modified /etc/apt/sources.list and changed all the 'stable' word to 'unstable' and then do apt-get update and apt-get -u upgrade. I guess this have made my system a Debian sid, right? I did apt-get install kde after this change. it installed version 3.3 of KDE under the unstable package distribution.
Now my KDE is mixed with 3.3 and 3.4 fiiles, if I don't change my sources.list, I believe it will reture back to 3.3 again (never try it, I assume apt-get can do downgrade as well). How can I upgrade my KDE to a complete 3.4.2 version? And how do I remove the 3.3 leftovers?
Here is my sources.list file:
*******************************************************
deb
http://ftp.debian.org/debian/ unstable main
deb-src
http://ftp.debian.org/debian/ unstable main
deb
http://security.debian.org/ stable/updates main
*********************************************************
I have to use "stable" in the last line. Otherwise, it will give error on each "apt-get install" command. There seems no "unstable" security packages available. Will this matter to my system?
Thanks.