Ubuntu Desktop Environment Installation

Graphics program installation

Run StartXthe command to check whether it is installed, and execute if prompted not to install: 
sudo apt-get install xinit

environment manager

GNOME: sudo apt-get install gdm 
OR 
KDE: sudo apt-get install kdm 
OR 
Xface: sudo apt-get install xdm

desktop environment

sudo apt-get install Ubuntu-desktop 
OR 
sudo apt-get install kubuntu-desktop 
OR 
sudo apt-get install xubuntu-desktop

If the network speed is not good, or you just want to experience the basic functions, you can install:

core desktop environment

sudo apt-get install gnome-core 
OR 
sudo apt-get install kde-core 
OR 
sudo apt-get install xface4

Note! : If you only install the core environment, you can consider installing the following commonly used: software:

  • Synaptic Package Manager 
    sudo apt-get install synaptic

  • wireless internet module 
    sudo apt-get install network-manager

  • Chinese support 
    sudo apt-get install language-support-zh

Graphical interface on and off

    • Cancel auto start 
      # update-rc.d -f gdm remove

    • restore autostart 
      # update-rc.d gdm defaults

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325331823&siteId=291194637