Rpmdb not working
Hi how to resolve with corrupted rpmdb sometimes it shows error.
Hi how to resolve with corrupted rpmdb sometimes it shows error.
A. Run the following command to recover rpmdb.
# rpm --rebuilddb -v
# dnf clean all
# reboot
You can check rpmdb in the following way.
# db_verify /var/lib/rpm/Packages
BDB5105 Verification of /var/lib/rpm/Packages succeeded.
B. initialize rpmdb
rpmdb backup
# cd /var/lib/rpm
# mv __db* /tmp
Initialize
# yum clean all
# dnf update
Backup rpmdb is located in / tmp, so remove it if it shows normal behavior.
C. Just check..hard disk usages. I ran into the rpmdb problem and found that there was not enough storage space. when you are out of space, you may see such symptoms, which can be solved naturally by adding more storage space or removing unnecessary data.
written by simmon
Asked: 2018-12-22 00:38:42 -0600
Seen: 49 times
Last updated: Dec 22 '18
Please let me know if you have the rpmdb error code for a more detailed answer.
The following procedure i followed in the past but it wont worked and randomly it says rpmdb error.
If there is a problem with the installation that is causing the conflict, then removing the conflicting package solves the installation problem.When you look at the rpmdb issues you posted earlier, there seems to be a potential bug in certain problems. written by simmon
could you show error....Please let me know the symptom of the problem and it will help you a lot.
while checking grouplist and repolist in terminal it shows following