-
-
Save therevoman/893b01a61f152d2b583d2c5f2ba02d7a to your computer and use it in GitHub Desktop.
Fix RPM/DNF/YUM database (BDB0087 DB_RUNRECOVERY: Fatal error, run database recovery).
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
| cd /var/lib/rpm/ | |
| mv __db.00* /tmp | |
| rpm --rebuilddb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment