The yum installation prompts the error Thread/process failed: Thread died in Berkeley DB library

Problem Description:

yum installation update prompts rpmdb: Thread/process failed: Thread died in Berkeley DB library

problem solved:

  01. Delete the yum temporary library file

    rm -fr /var/lib/rpm/__db.*

  02. Rebuild the rpm database

    rpm --rebuilddb

  03. Clean cache and produce yumdb cache

    yum clean all

    yum makecache

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324534620&siteId=291194637