sudo apt-get install ubuntu-desktop
The above command will install GNOME desktop.
sudo apt-get install xubuntu-desktopIf you want to install light weight desktop install xfce using the following command
sudo apt-get install kubuntu-desktopIf you want to install KDE desktop use the following command
sudo /etc/init.d/gdm start
Above command check if GUI is already installed but not started. (try also to install GDM)
sudo aptitude install x-window-system-core gnome-core
Above command is useful to install only most needed components for linux desktop.
0 comments:
Post a Comment