Skip to content

Instantly share code, notes, and snippets.

@limingjie
Last active January 17, 2016 21:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save limingjie/8d11bc45c2402ea7257b to your computer and use it in GitHub Desktop.
Save limingjie/8d11bc45c2402ea7257b to your computer and use it in GitHub Desktop.
Install Gnome/Xfce4 on Archlinux (VMware)

###Install X Server

$ sudo pacman -S xorg-server

###Install VMware Drivers

$ sudo pacman -S open-vm-tools xf86-video-vmware xf86-input-vmmouse

###Install Gnome

$ sudo pacman -S gnome gnome-extra

###Install Xfce4

$ sudo pacman -S xfce4 xfce4-goodies

###Install and Enable LightDM

$ sudo pacman -S lightdm lightdm-gtk-greeter
$ sudo systemctl enable lightdm.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment