Skip to content

Instantly share code, notes, and snippets.

@damouse
Last active April 3, 2018 17:43
Show Gist options
  • Save damouse/7077fbd6b064e76361f3ac612af1e683 to your computer and use it in GitHub Desktop.
Save damouse/7077fbd6b064e76361f3ac612af1e683 to your computer and use it in GitHub Desktop.
Clean up Ubuntu bloatware and extras.
# unity
sudo apt-get purge --quiet --assume-yes unity-scope-calculator \
unity-scope-chromiumbookmarks \
unity-scope-colourlovers \
unity-scope-devhelp \
unity-scope-firefoxbookmarks \
unity-scope-manpages \
unity-scope-musicstores \
unity-scope-openclipart \
unity-scope-texdoc \
unity-scope-tomboy \
unity-scope-video-remote \
unity-scope-virtualbox \
unity-scope-yelp \
unity-scope-zotero
# Applications
sudo apt-get purge libreoffice* thunderbird* printer-driver-*
# online accounts
sudo apt-get purge --quiet --assume-yes account-plugin-facebook \
account-plugin-flickr \
account-plugin-google \
signon-ui \
signon-ui-service \
signon-ui-x11
# clean up
sudo apt-get autoremove --quiet --assume-yes
# disable oneconf
# https://bugs.launchpad.net/ubuntu/+source/oneconf/+bug/894314
sudo chmod a-x /usr/share/oneconf/oneconf-*
killall --quiet oneconf-service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment