0

How to remove unity and unity 2d and install KDE in Ubuntu 12.10 64 bit? I want to install the latest KDE.

Vikramjeet
  • 5,566

3 Answers3

3

You must install kubuntu-desktop witch installs KDE desktop and related packages needed.

do this by

sudo apt-get install kubuntu-desktop

You can leave unity by itself if you like, but if you want to remove them, you can totaly remove it by

sudo apt-get purge unity unity-2d
VRU
  • 1,147
Mostafa Shahverdy
  • 5,082
  • 2
  • 21
  • 34
0

KDE options

There are man ways to install the KDE desktop - the Kubuntu-desktop is the one option. Ubuntu community help: https://help.ubuntu.com/community/InstallingKDE .

The latest

The KDE 4.10 has been backported by the Kubuntu developers. The release information: http://www.kubuntu.org/news/kde-sc-4.10

Removing a desktop

The Askubuntu has:

user26687
  • 14,934
0

Well, another way to "get rid" of Unity completely is to install the Ubuntu Server Edition of your choice, then using the following command:

sudo apt-get install kubuntu-desktop

This will give you Ubuntu, with KDE.

Alaa Ali
  • 31,535
Thomas
  • 1