Skip to content

Instantly share code, notes, and snippets.

@lucabelluccini
Created July 8, 2014 23:18
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 lucabelluccini/591f366b850ba4a2322c to your computer and use it in GitHub Desktop.
Save lucabelluccini/591f366b850ba4a2322c to your computer and use it in GitHub Desktop.
Ubuntu 14.04 (maybe also 12.04) cleanup and update
sudo apt-get update && sudo apt-get dist-upgrade && sudo reboot
sudo apt-get install linux-headers-$(uname -r) build-essential dkms
sudo apt-get install gnome-session-fallback && sudo apt-get remove --purge unity
sudo apt-get remove libreoffice-core && sudo apt-get remove --purge libreoffice core && sudo apt-get remove --purge libreoffice 4.2*
sudo apt-get autoremove
sudo apt-get purge openjdk* && sudo apt-get install software-properties-common
wget -q -O - https://fixubuntu.com/fixubuntu.sh | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment