Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.38 KB

GUI.md

File metadata and controls

52 lines (33 loc) · 1.38 KB

Explanation

This File contains information about how exactly you can get a gui for arch linux

Gnome Desktop environment

Open the Arch Linux Terminal & execute the following command. Be sure to only press enter when it asks you something. This ensures, that the default setting is choosed.

sudo pacman -Syu

image

Next we'll have to Install the Xorg Package before moving to the GNOME Installation. So do the following:

sudo pacman -S xorg

image

Now it's time to Install GNOME on Arch Linux. Proceed like this:

sudo pacman -S gnome

image

After that, the GNOME Desktop environment is installed. Now we have to Enable it.

sudo systemctl enable gdm.service

image

Be sure to start the GNOME Service after enabling.

sudo systemctl start gdm.service

image

reboot and you're good to go.