Debian Server for R Computing
  • Tutorial: Debian Server for R Computing
  • Before the Installation
  • Install Debian
    • Install Debian Operation System
    • Configure the APT Package Manager
    • Optional: Use LVM for Partition
    • Optional: Install Graphical User Desktop Environment
  • Softwares Installation and Other Configuration
    • R
    • OpenSSH
    • Rstudio Server
    • MariaDB
  • Backup Your Server
    • Rsync
    • Setting Rsync Daemon
    • Create Scheduled Tasks to Sync
  • Other Configuration
    • Port Mapping
    • Nginx and Shiny Server
Powered by GitBook
On this page
  • Gnome Desktop Environment (GDM)
  • LXDE (Lightweight X11 Desktop Environment)
  • Start X-session

Was this helpful?

  1. Install Debian

Optional: Install Graphical User Desktop Environment

PreviousOptional: Use LVM for PartitionNextSoftwares Installation and Other Configuration

Last updated 5 years ago

Was this helpful?

If you are not comfortable with command line interface, you can download your favorite desktop environment such as Gnome or KDE from the Debian repository. Following are some commands to install them.

Gnome Desktop Environment (GDM)

To install it, first make sure that tasksel and aptitude are installed:

$ sudo apt-get install aptitude tasksel

Then, install the GNOME task:

$ sudo tasksel install gnome-desktop --new-install

Screenshot:

LXDE (Lightweight X11 Desktop Environment)

$ sudo apt-get update
$ sudo apt-get install task-lxde-desktop

Screenshot:

Start X-session

After the installation, you can simply enter the desktop environment by execute the command:

$ startx

The Desktop Enviroment is an fantastic-looking, modern, and useful desktop environment. is both free and one of the most widely used desktop environments on the GNU/Linux operating system.

is a free desktop environment with comparatively low resource requirements. It is recommanded if you only need basic operation with graphical interface. To install a complete Debian desktop environment, execute commands below:

NOTE: Click for more desktop environment installation guide.

GNOME
GNOME
LXDE
LXDE
here