Yum installs the dstat tool and reports an error: error: cannot open Packages index using db5 - (-30973) error: cannot open Packages d...

When executing the yum command, the following error is reported:

error: rpmdb: BDB0113 Thread/process 1309432/139989604449152 failed: BDB1507 Thread died in Berkeley DB library
error: db5 error(-30973) from dbenv->failchk: BDB0087 DB_RUNRECOVERY: Fatal error, run database recovery
error: cannot open Packages index using db5 - (-30973)
error: cannot open Packages database in /var/lib/rpm
Error: Error: rpmdb open failed

Solution:

cd /var/lib/rpm
rm -rf __db*
rpm --rebuilddb

The specific steps are as follows:

 

Guess you like

Origin blog.csdn.net/weixin_39362573/article/details/129053916