Skip to content

Instantly share code, notes, and snippets.

@dkittell
Created January 5, 2018 02:21
Show Gist options
  • Save dkittell/7a8dc99742bbec72a6494790058b53ea to your computer and use it in GitHub Desktop.
Save dkittell/7a8dc99742bbec72a6494790058b53ea to your computer and use it in GitHub Desktop.
Remove Preloaded Ubuntu Apps
for i in org.gnome.Software \
org.gnome.Totem \
aisleriot \
cheese \
org.gnome.Cheese \
evolution-data-server-uoa \
firefox \
gnome-mahjongg \
gnome-sudoku \
libreoffice* \
rhythmbox* \
shotwell* \
thunderbird \
totem \
transmission-gtk \
vino-server \
vino-preferences \
webbrowser-app \
ubuntu-amazon-default \
gnome-mines; do
apt remove -y --purge $i
done
apt autoremove -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment