Skip to content

Instantly share code, notes, and snippets.

@iamcryptoki
Last active July 6, 2020 18:20
Show Gist options
  • Save iamcryptoki/e3ae792ce3290d9b889e5227aa3b68e2 to your computer and use it in GitHub Desktop.
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).
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