Skip to content

Instantly share code, notes, and snippets.

@Mason-McGough
Created June 17, 2020 22:44
Show Gist options
  • Save Mason-McGough/d3a9ed05292aa22863aee75a5440d91f to your computer and use it in GitHub Desktop.
Save Mason-McGough/d3a9ed05292aa22863aee75a5440d91f to your computer and use it in GitHub Desktop.
FIX: `apt --fix-broken install` does nothing
# "If you want to ignore the file conflict and let dpkg take over the file (even without the Replaces),
# you can pass the --force-overwrite command-line option."
# (https://raphaelhertzog.com/2011/08/01/understanding-dpkgs-file-overwrite-error/)
sudo apt-get -o Dpkg::Options::="--force-overwrite" install --fix-broken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment