Created
January 5, 2018 02:21
-
-
Save dkittell/7a8dc99742bbec72a6494790058b53ea to your computer and use it in GitHub Desktop.
Remove Preloaded Ubuntu Apps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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