Repair Centos RPM database
Surely you ever happened, that you want to install some package, and the system refuses to obey and "print strange messages".
The example below:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | yum install mc błąd: błąd bazy danych5(11) z dbenv->open: Zasoby chwilowo niedostępne błąd: nie można otworzyć indeksu Packages używając bazy danych5 - Zasoby chwilowo niedostępne (11) błąd: nie można otworzyć bazy danych pakietów w /var/lib/rpm CRITICAL:yum.main: Error: rpmdb open failed [root@vps801 780d9fc9e7934306910062bc06cd623a]# yum update błąd: błąd bazy danych5(11) z dbenv->open: Zasoby chwilowo niedostępne błąd: nie można otworzyć indeksu Packages używając bazy danych5 - Zasoby chwilowo niedostępne (11) błąd: nie można otworzyć bazy danych pakietów w /var/lib/rpm CRITICAL:yum.main: Error: rpmdb open failed |
The solution is very easy.
We publish console 2 command :
1 2 | rpm --rebuilddb yum clean all |
Now it should be OK
Related entries:
Installing Skype in the Centos system 8
Fotoxx Photo editor in Ubuntu 20.04 and Linux Mint 20
Nextcloud problem MySQL is used as a database, but does not support 4-byte characters
The guide describes how to install Redis server in Ubuntu 20.04
The following tutorial describes a very quick change of the terminal that starts by default on Ubuntu 20.04