LinuxTips(RedHat系) RPMデータベース
RPM Database●Rebuild the RPM database.Information about RPM packages is stored in the RPM database.When searching for information about a package, this RPM database plays an important role, but sometimes it gets corrupted.In such a case, the RPM database can be rebuilt by running the rpm command with the "--rebuilddb" option.[root@Lion ~]# rpm --rebuilddb[root@Lion ~]#●Create a new RPM package database.To create a new RPM package database, run the rpm command with the "--initdb" option.
