Install Config Wiki

All about installing, configuring and troubleshooting

User Tools

Site Tools


install_desktop_gui_ubuntu_server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
install_desktop_gui_ubuntu_server [2020/06/07 18:17] – [Install KDE Plasma] wikiadmininstall_desktop_gui_ubuntu_server [2020/06/07 18:42] (current) – [Switching Among Graphical Interfaces] wikiadmin
Line 1: Line 1:
 ====== How to Install a Desktop (GUI) on a Linux Ubuntu Server ====== ====== How to Install a Desktop (GUI) on a Linux Ubuntu Server ======
  
-Ubuntu Server 20.04 LTS (or previous versions) does not include a Graphical User Interface (GUI) upon installation.  However, a desktop environment (a GUI) can be added after Ubuntu Server is installed.  Installation is done from the command line interface (CLI) either with or without the necessity of installing or employing the task select manager utility (tasksel), which necessity will depend on the Display Manager and/or the GUI that you choose.+Ubuntu Server 20.04 LTS (or previous version) does not include a Graphical User Interface (GUI) upon installation.  However, a desktop environment (a GUI) can be added after Ubuntu Server is installed.  Installation is done from the command line interface (CLI) either with or without the necessity of installing or employing the task select manager utility (tasksel), which necessity will depend on the Display Manager and/or the GUI that you choose.
  
 ===== Update the Repositories and Packages ===== ===== Update the Repositories and Packages =====
Line 113: Line 113:
  
 </code> </code>
 +
 +==== Install Lubuntu Core Server Desktop ====
 +
 +Use **Lubuntu** if you want to minimize the impact on your system memory and processors (GPU and/or CPU).
 +
 +To install **Lubuntu** enter:
 +
 +<code>sudo tasksel install lubuntu-core</code>
 +
 +Or you can alternatively install **Lubuntu** from the tasksel graphical menu list by invoking tasksel as follows:
 +
 +<code>tasksel</code>
 +
 +Use the arrow keys and space bar to select the Lubuntu GUI, than Tab down to the OK button and press Enter to proceed with installing Lubuntu.  
 +
 +Launch The Lubuntu GUI with one of the applicable //display manager// that you have installed, as follows:
 +
 +<code>
 +sudo service slim start
 +
 +sudo service lightdm start
 +
 +sudo service sddm start
 +</code>
 +
 +==== Install Xubuntu Server Core Desktop ====
 +
 +Xubuntu uses the Xfce desktop environment.
 +
 +Install Xubuntu with:
 +
 +<code>sudo tasksel install xubuntu-core</code>
 +
 +Launch Xubuntu with:
 +
 +<code>sudo service slim start
 +
 +sudo service lightdm start
 +
 +sudo service sddm start</code>
 +
 +Login. 
 +
 +==== Install Xfce Desktop ====
 +
 +Install Xfce with:
 +
 +<code>sudo apt-get install xfce4 slim</code>
 +
 +Launch Xfce with:
 +
 +<code>sudo service slim start</code>
 +
 +Login.
 +
 +Xfce GUI is only compatible with the SLiM display manager.
 +
 +===== Switching Among Graphical Interfaces =====
 +
 +If you have more than one GUI installed you can select which one GUI that you wish to use when you launch your display manager and are prompted to login. **PRESS the F1 key at the login screen** and you will be offered a selection from the multiple GUIs that are installed. Make your GUI choice and log-in with your credentials.
  
      
install_desktop_gui_ubuntu_server.1591553832.txt.gz · Last modified: 2020/06/07 18:17 by wikiadmin