When installing dependencies using Yum in CentOS, the following errors are reported:
the solution is as follows:
Execute the following commands in order
# Go to the directory where rpmdb is located
cd /var/lib/rpm
# Clear the original rpmdb file
rm -f __db.*
# Rebuild the rpm database
rpm --rebuilddb
# Clear all yum caches
yum clean all
After execution, use Yum to install the dependent packages normally
Read More:
- [Solved] yum Install rpmdb Error: error: rpmdb: BDB0113 failed: BDB1507 Thread died in Berkeley DB library
- [Solved] yum Error: Error: rpmdb open failed
- yum Error: rpmdb open failed [How to Solve]
- [Solved] YUM Error: error: rpmdb: BDB0113 Thread/process 11498/140107732375616 failed
- [Solved] yum error: rpmdb: BDB0113 Thread/process
- Ansible Use yum module to install rpm Error: Request failed: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate v
- Centos7.2 Install vscode Error: error while loading shared libraries: libxkbcommon.so.0: cannot open shared pro
- [Solved] Yum Install Software Error: Invalid configuration value: failovermethod=priority…
- How to Solve Yum Error: db5 error(30973)
- linux yum Error: PYCURL ERROR 6 – “Couldn’t resolve host ‘mirrorlist.centos.org’”
- [Solved] error: rpmdb: BDB0113 Thread/process
- CentOS Yum error: cannot retrieve repository metadata (repomd.xml) for repository:
- yum: Error: Failed to download metadata for repo ‘aliyun-AppStream‘: Cannot download repomd.xml
- [Solved] yum Command Error: Error: Failed to download metadata for repo ‘appstream‘
- How to fix the ERROR: Failed to build gem native extension in Centos 8
- ./configure Command Execute error (Centos7 Install erlang)
- [Solved] yum Install gcc Error: Error: Package: glibc-headers-2.17-317.el7.x86_64
- CentOS 7 composer install error: phpunit/phpunit 4.8.35 requires ext-dom *
- Petalinux Failed to open PetaLinux lib: librdi_commonxillic.so: cannot open shared object file:
- Yum source error: [errno 14] HTTP Error 404 – not found