Created
December 4, 2015 21:04
-
-
Save achristodoulou/cf9cb54e0778ec35a2c3 to your computer and use it in GitHub Desktop.
When dnf update on fedora fails because of file conflict, just erase the from file
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
sudo dnf erase <From Library causing conflict> | |
sudo dnf update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment