Kubuntu’s default desktop environment is KDE. Sometimes people using Kubuntu want to try out Gnome as well. I need to install my kubuntu Box
sudo apt-get update && sudo apt-get install ubuntu-desktop
Wait for the packages to download
During the installation process, you should be asked whether you want to use KDM or GDM as your default display manager
my choice on GDM
The default can always be changed later by modifying the /etc/X11/default-display-manager file. For KDM, the file should read /usr/bin/kdm; for GDM, the file should read /usr/sbin/gdm
After completion go ahead and login and
Enjoy !!!
Possibly Related Posts:
- Ubuntu : How to install asterisk 10 on ubuntu 12.04 LTS
- Linux :How to Check Apache Version
- Ubuntu : How to install a .bin file in ubuntu
- Ubuntu : How To Setup FTP Server In Ubuntu 1x.xx
- Ubuntu : How To Restore Missing Minimize and Maximize Buttons To Gnome Shell (3.x) Ubuntu 12.04

very useful for Linux users.