RPM - Knowledge Base Archives - Hivelocity Hosting https://www.hivelocity.net/kb/tag/rpm/ Dedicated Servers, Private Cloud & Colocation Wed, 06 Dec 2023 16:37:34 +0000 en-US hourly 1 https://wordpress.org/?v=6.6 How to build your RPM database again? https://www.hivelocity.net/kb/how-to-build-your-rpm-database-again/ https://www.hivelocity.net/kb/how-to-build-your-rpm-database-again/#respond Wed, 30 Jan 2013 14:06:54 +0000 https://kb.hivelocity.net/?p=11043 Please refer the following steps:   [root@server1]# cd /var/lib/rpm/   [root@server1 rpm]# ll | grep db -rw-r–r– 1 root root 2476 Sep 8 15:43 __db.001 -rw-r–r– 1 root root 13112 Sep 8 15:43 __db.002 -rw-r–r– 1 root root 45560 Sep 8 15:43 __db.003   [root@server 1rpm]# rm __db* rm: remove regular file `__db.001′? y rm: …

How to build your RPM database again? Read More »

The post How to build your RPM database again? appeared first on Hivelocity Hosting.

]]>
Please refer the following steps:

 

[root@server1]# cd /var/lib/rpm/

 

[root@server1 rpm]# ll | grep db

-rw-r–r– 1 root root 2476 Sep 8 15:43 __db.001

-rw-r–r– 1 root root 13112 Sep 8 15:43 __db.002

-rw-r–r– 1 root root 45560 Sep 8 15:43 __db.003

 

[root@server 1rpm]# rm __db*

rm: remove regular file `__db.001′? y

rm: remove regular file `__db.002′? y

rm: remove regular file `__db.003′? y

 

[root@server rpm]# rpm –rebuilddb

 

This should build your RPM database again.

The post How to build your RPM database again? appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/how-to-build-your-rpm-database-again/feed/ 0