Skip to content

Instantly share code, notes, and snippets.

@swaters86
Created August 4, 2017 14:06
Show Gist options
  • Save swaters86/8036f72e3c2f106e7dcc4eba803380e7 to your computer and use it in GitHub Desktop.
Save swaters86/8036f72e3c2f106e7dcc4eba803380e7 to your computer and use it in GitHub Desktop.
Update everything in Ubuntu (usefull when you have a broken system)
======================================================================================================================
apt-get update
dpkg --configure -a
apt-get dist-upgrade
apt-get -f install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment