|
|
|
|
|
Installing KDE 4.0 on Ubuntu GutsyIn three easy steps! |
By Marius Nestor, Linux Editor
15th of January 2008, 08:04 GMT
Adjust text size: 
|
| |
|
KDE 4 is finally out, as you probably already know, and it comes with a lot of innovations for the Linux desktop.
KDE 4 is the next generation of the popular K Desktop Environment, which seeks to fulfill the need for a powerful yet easy-to-use desktop, for both personal and enterprise computing. KDE project's goal for the 4.0 release is to put the foundations in place for future innovations on the FREE desktop.
Among the innovations brought by KDE, we can notice Plasma, the brand new desktop shell and panel, which is an amazing piece of technology that makes your KDE experience better than ever; the new and improved window manager, KWin, which now comes with Solid (a sophisticated hardware API), Phonon (a multimedia framework) and with some amazing desktop effects; Konqueror, the integrated web browser and file manager; Oxygen, a very beautiful icon theme!
This guide is here to teach you how want to install KDE 4 in your current Ubuntu 7.10 (Gutsy Gibbon) machine.
Step 1 - Add KDE 4 Repositories
■ Go to System -> Administration -> Software Sources and enter your password.
A new window appears, click the second tab "Third-Party Software", then click the 'Add' button and paste in the new window that will appear, the following code:
CODE deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu gutsy main
■ Now click the 'Add Source' button and immediately after, the 'Close' button of the main window. It will ask you if you want to reload the information about available software. Click 'Reload' and wait for the Software Sources window to close.
Step 2 - Remove existing KDE 4 packages
This step is for those of you who already had KDE 4 installed (development versions) from various sources. The existing packages must be removed because they are not compatible with this final version! If you don't have any KDE 4 packages installed, you can skip this step!
■ Go to Applications -> Accessories -> Terminal, to open the console, and paste the following code:
CODE sudo apt-get remove kdelibs5 kde4base-data kde4libs-data
■ Enter your password when asked, and hit Y to any questions.
Step 3 - Install KDE 4.0
Now, the final step: KDE 4 installation! If you haven't closed the Terminal window, paste the following code in it (and if you've closed it, open it again from Applications -> Accessories -> Terminal):
CODE sudo aptitude install kde4-core
Wait for packages to be installed. After installation, you should already notice some KDE 4 applications in your GNOME menu. If you want to run a full session of KDE 4, all you need to do now is to log out of your current session and select the 'KDE 4' option in the "Select Session" entry of the Login manager.
Enjoy the brand new KDE 4.0 on your Ubuntu 7.10 (Gutsy Gibbon)!
|
|
| Rating: |
|
Good (3.2/5) |
8 vote(s) so far |
|

|
|
|
User opinions: |
| Comment #1 by: ross on 20 Feb 2008, 20:45 GMT | reply to this comment | followed the instructions to instal, however came up with a display manager problem...unable to display because multiple display manager packages are installed. Need to edit each of the init scripts in /etc/init.d...but am not sure how to do so... |
| Comment #2 by: Alexei Danchenkov on 29 Apr 2008, 11:55 GMT | reply to this comment | sudo aptitude update
Ign http://ppa.launchpad.net gutsy Release.gpg
Ign http://ppa.launchpad.net gutsy/main Translation-ru
Get:1 http://ppa.launchpad.net gutsy Release [27,6kB]
Ign http://ppa.launchpad.net gutsy/main Packages
Get:2 http://ppa.launchpad.net gutsy/main Packages [433kB]
99% [2 Packages gzip 0]
gzip: stdin: not in gzip format
Err http://ppa.launchpad.net gutsy/main Packages
Sub-process gzip returned erroe code (1)
Fetched 461kB in 2s (163kB/s) |
|
|
|