Skip to content

Instantly share code, notes, and snippets.

@antoni
Created March 17, 2016 19:02
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 antoni/67ac2b0c97641d759420 to your computer and use it in GitHub Desktop.
Save antoni/67ac2b0c97641d759420 to your computer and use it in GitHub Desktop.
Linux snippets
# Fix:
# E: This installation run will require temporarily removing the essential package sysvinit-utils:amd64 due to a Conflicts/Pre-Depends loop. This is often bad, but if you really want to do it, activate the APT::Force-LoopBreak option.
apt-get update && apt-get dist-upgrade -o APT::Force-LoopBreak=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment