Skip to content

Instantly share code, notes, and snippets.

View kaleycuoco09312-bot's full-sized avatar

kaleycuoco09312-bot

View GitHub Profile
@kaleycuoco09312-bot
kaleycuoco09312-bot / gist:1b928347433627caa21f2e4aaf63ed77
Created July 2, 2026 21:47 — forked from asimzeeshan/gist:4080722
Install Ubuntu Desktop OS on Ubuntu Server deployment
# apt-get update && apt-get upgrade
aptitude update && aptitude full-upgrade
apt-get install ubuntu-desktop
apt-cache depends ubuntu-desktop | awk -F ":" '{print $2}' | sed '/^$/d' | xargs sudo apt-get install --reinstall --install-recommends --yes
dpkg -l ubuntu-desktop
startx