Skip to content

Instantly share code, notes, and snippets.

@xbalaji
Created March 7, 2018 04:06
Show Gist options
  • Save xbalaji/c1c0406ae72d87d12da312ff2c75d962 to your computer and use it in GitHub Desktop.
Save xbalaji/c1c0406ae72d87d12da312ff2c75d962 to your computer and use it in GitHub Desktop.
ubuntu minimal desktop
# https://askubuntu.com/questions/53822/how-do-you-run-ubuntu-server-with-a-gui
sudo apt -y update
sudo apt install -y xorg
sudo apt install -y --no-install-recommends lightdm-gtk-greeter
sudo apt install -y --no-install-recommends lightdm
sudo apt install -y --no-install-recommends ubuntu-gnome-desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment