Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save therevoman/893b01a61f152d2b583d2c5f2ba02d7a to your computer and use it in GitHub Desktop.

Select an option

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).
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