Skip to content

Instantly share code, notes, and snippets.

@shmidt
Last active February 27, 2024 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shmidt/233011e5365f0398aa1644f291b0b929 to your computer and use it in GitHub Desktop.
Save shmidt/233011e5365f0398aa1644f291b0b929 to your computer and use it in GitHub Desktop.
Install Gnome on LMDE
sudo apt-get update
sudo apt-get -y install gdm3
sudo service gdm start
sudo tasksel
# select ‘GNOME’
sudo dpkg-reconfigure gdm3
sudo systemctl stop lightdm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment