-
-
Save 573/55baf8d7e47498e6f065 to your computer and use it in GitHub Desktop.
On Ubuntu package librpmio3 wasn't removable nor reinstallable due to a failed install attempt...
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
This helped: | |
sudo apt-get update | |
sudo apt-get autoclean | |
sudo apt-get clean | |
sudo apt-get autoremove | |
sudo dpkg --remove --force-remove-reinstreq librpmio3 | |
afterwards i could install openprinting-gutenprint to support our Brother HL2250DN printer. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment