Here are a few simple steps to installing KDE 4.0.2. As usual I do not take any responsibility for anything that might go wrong.
This is how to install KDE on Ubuntu Gutsy:
-  Open your sources.list file  from the terminal to add the new repository to the file:
 gksu gedit /etc/apt/sources.list
-  Paste this line of code to the end of the file to add that repositort to the file sources.list:
 deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu gutsy main
- Save the file, then close the text editor.
-  Now you have to update apt:
 sudo apt-get update
-  Now install KDE 4.0.2:
 sudo apt-get install kde4-core
All you have to do is log out and log in in a session of KDE.