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.
[root@Lion ~]# rpm --initdb [root@Lion ~]# |
●Display updates for RPM packages.
When an RPM package is installed, upgraded, or removed, the date and time of the operation is recorded in the RPM package database.
To display the operation date and time, i.e. the update information, execute the rpm command with the option "-qa" and "--last". The updated package information will be displayed in order of newest to newest.
[root@Lion ~]# rpm -qa --last nfs-utils-1.3.0-0.66.el7_8.x86_64 2020年09月03日 20時39分30秒 libverto-libevent-0.2.5-4.el7.x86_64 2020年09月03日 20時39分29秒 libref_array-0.1.5-32.el7.x86_64 2020年09月03日 20時39分29秒 libpath_utils-0.2.1-32.el7.x86_64 2020年09月03日 20時39分29秒 libnfsidmap-0.25-19.el7.x86_64 2020年09月03日 20時39分29秒 libini_config-1.3.1-32.el7.x86_64 2020年09月03日 20時39分29秒 libevent-2.0.21-4.el7.x86_64 2020年09月03日 20時39分29秒 libcollection-0.7.0-32.el7.x86_64 2020年09月03日 20時39分29秒 libbasicobjects-0.1.1-32.el7.x86_64 2020年09月03日 20時39分29秒 keyutils-1.5.8-3.el7.x86_64 2020年09月03日 20時39分29秒 gssproxy-0.7.0-28.el7.x86_64 2020年09月03日 20時39分29秒 logwatch-7.4.0-28.20130522svn140.el7.noarch 2020年09月03日 20時34分49秒 perl-Sys-MemInfo-0.91-7.el7.x86_64 2020年09月03日 20時34分48秒 perl-Sys-CPU-0.54-4.el7.x86_64 2020年09月03日 20時34分48秒 perl-Date-Manip-6.41-2.el7.noarch 2020年09月03日 20時34分48秒 libgsf-1.14.26-6.el7.x86_64 2020年09月03日 18時04分26秒 GConf2-3.2.6-8.el7.x86_64 2020年09月03日 18時04分25秒 sgml-common-0.6.3-39.el7.noarch 2020年09月03日 18時04分13秒 libIDL-0.8.14-8.el7.x86_64 2020年09月03日 18時04分11秒 ORBit2-2.14.19-13.el7.x86_64 2020年09月03日 18時04分11秒 lcms-1.19-9_Oso.x86_64 2020年09月03日 18時03分47秒 lcms-libs-1.19-9_Oso.x86_64 2020年09月03日 18時03分46秒 libwmf-0.2.8.4-41.el7_1.x86_64 2020年09月03日 18時03分36秒 perl-GD-2.49-3.el7.x86_64 2020年09月03日 18時03分21秒 libXpm-3.5.10-5.1.el7.x86_64 2020年09月03日 18時03分20秒 gd-2.0.35-26.el7.x86_64 2020年09月03日 18時03分20秒 libcurl-devel-7.29.0-51.el7.x86_64 2020年09月03日 17時44分30秒 freetype-devel-2.8-12.el7_6.1.x86_64 2020年09月03日 17時44分19秒 freetype-2.8-12.el7_6.1.x86_64 2020年09月03日 17時44分19秒 libpng-devel-1.5.13-7.el7_2.x86_64 2020年09月03日 17時44分08秒 libjpeg-turbo-devel-1.2.90-6.el7.x86_64 2020年09月03日 17時43分57秒 xz-devel-5.2.2-1.el7.x86_64 2020年09月03日 17時43分39秒 libxml2-devel-2.9.1-6.el7_2.3.x86_64 2020年09月03日 17時43分39秒 expat-devel-2.1.0-10.el7_3.x86_64 2020年09月03日 17時21分42秒 clamav-data-0.101.2-1.el7.noarch 2020年09月03日 16時48分04秒 clamav-server-systemd-0.101.2-1.el7.x86_64 2020年09月03日 16時48分02秒 clamav-scanner-systemd-0.101.2-1.el7.x86_64 2020年09月03日 16時48分02秒 clamav-0.101.2-1.el7.x86_64 2020年09月03日 16時48分02秒 ・・・Abbreviation・・・ |