PDA

View Full Version : [ubuntu] [SOLVED] Adding KDE4.1 to Ubuntu



34.50
July 29th, 2008, 07:55 PM
I have Hardy Heron and using Ubuntu. How can I get KDE4.1?

I saw this on kubuntu's site:
Add deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu hardy main to your /etc/apt/sources.list. So, I guess what I'm asking is how do I do this?

Ryszu
July 29th, 2008, 08:27 PM
Copy the deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu hardy main text, then in a terminal:


sudo nano /etc/apt/sources.list

Page down to the bottom, CTRL+SHIFT+V to paste (or right click), CTRL+O to save, CTRL+X to exit.

Then:


sudo apt-get update && sudo apt-get install kubuntu-kde4-desktop

Answer yes to the two questions, then choose whether you want Gnome or KDE to startup by default when asked.

34.50
July 29th, 2008, 08:32 PM
Thanks!

stathis21
September 19th, 2008, 07:48 PM
hi...
i just wanted to know how to remove KDE4.1...
i just have to type

sudo apt-get remove kubuntu-kde4-desktop
???