0

Yum Error: database disk image is malformed

hi..,

I tried to install packaged using yum in centos 6.7 during the installation i got this error " Yum Error: database disk image is malformed" i have no idea to fix this issue please guide me.

yum utils Add a comment
caleb
asked Aug 29 2017

Answer

0

Follow the below steps to fix this issues..........!

# yum clean all
# yum clean metadata
# yum clean dbcache
# yum makecache
# mv /var/lib/rpm/__db* /tmp 
# rpm --rebuilddb
Add a comment
arunkumarak
asked Aug 29 2017
edited Oct 05 2018
Post your Answer
0

Thank you so much now the issues is fixed ....!

Add a comment
caleb
asked Aug 30 2017
edited Oct 05 2018
Post your Answer