Created
June 17, 2020 22:44
-
-
Save Mason-McGough/d3a9ed05292aa22863aee75a5440d91f to your computer and use it in GitHub Desktop.
FIX: `apt --fix-broken install` does nothing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# "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