Enter the default installed desktop in Ubuntu, open the terminal, enter sudoapt-getinstallkubuntu-desktop, press enter, enter the password, and then prompt how much space is required to download KDE, how much space is required after decompression, and ask whether to install it, enter Y or N. Enter Y to start downloading and installing. It takes a long time to download KDE, which is about 100 MB, ubuntu provides resumable data transfer. You can download it at startup. Default
Enter the default installed desktop of Ubuntu, open the terminal, and enter
Sudo apt-get install kubuntu-desktop
Press enter and enter the password
Next, we will prompt you how much space is required to download KDE, how much space is required after decompression, whether to install it, and enter Y or N;
Enter "Y" to download and install KDE. It takes about 100 MB to download KDE. If it takes a long time to download it, Ubuntu provides resumable data transfer, you can download some files at startup.
The default KDE is the English interface. You can use this command to install the Chinese environment.
Sudo apt-get install language-pack-kde-zh-base language-pack-zh-base language-support-zh
After the installation is completed, restart and you will find that Ubuntu on the original startup interface has changed to Kubuntu. Next we will see the logon interface. You will find that you can select the user name here, instead of entering the user name In Ubuntu.
If you do not set it at this time, you will find that the interface does not change after you log on directly.
Then how can we access the Kubuntu interface. In fact, when you select the user login interface, you should note that there is a text box icon on the side. Click this icon and select KDE in the session mode, after logging on, you will find that the KDE interface is already in use.
KDE installation and uninstallation
Install KDE:
Method 1:
Sudo apt-get install kubuntu-desktop
Sudo apt-get install language-pack-kde-zh-base language-pack-zh-base language-support-zh
Method 2:
Sudo apt-get install kde kde-i18n-zhcn
Sudo apt-get install language-pack-kde-zh-base language-pack-zh-base language-support-zh
Delete KDE:
Zerolin writes:
For 5.04:
Code:
Apt-get -- purge remove kdelibs4 libarts1
For 5.10:
Code:
Apt-get -- purge remove kdelibs4c2 libarts1c2
For 6.06:
Code:
Apt-get -- purge remove kdelibs4c2a libarts1c2a
After KDE is installed in ubuntu, it cannot enter gnome.
I am
Sudo apt-get install kubuntu-desktop
In this way. After installation, you cannot enter gnome, and the Panel is flashing. Thanks to ubuntu.org.cn for its cannot. Find this method
Reference content is as follows:
May it concerned with gtk2-engines-gtk-qt settings?
Please change the Gtk style in kcontrol,
And try again.
On the KDE Terminal
Kcontrol
Go to the KDE settings panel and find gtk style in it. The default setting is qt. I will change it back to human. You can log on to x win again to enter gnome.