Skip to content

Desktop environment

Syed Sayem edited this page May 16, 2019 · 1 revision

Now We're gonna install the Window Manager.

I'll show the steps to install Gnome.

First of all, run the installation command with pacman:

$ sudo pacman -S gnome gnome-extra

When the installation finishes, enable gdm to be started with system on boot:

$ sudo systemctl enable gdm.service
Clone this wiki locally