Skip to content

Instantly share code, notes, and snippets.

@iromu
Created March 18, 2017 21:42
Show Gist options
  • Save iromu/771131e360243009f45d89e05bea5b72 to your computer and use it in GitHub Desktop.
Save iromu/771131e360243009f45d89e05bea5b72 to your computer and use it in GitHub Desktop.
# reinstalls ubuntu-desktop AND dependencies
sudo apt-cache depends ubuntu-desktop | awk -F ": " '{print $2}' | sed '/^$/d' | xargs sudo apt-get install --reinstall --install-recommends --yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment