Last active
July 6, 2020 18:20
-
-
Save iamcryptoki/e3ae792ce3290d9b889e5227aa3b68e2 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