Click here for "Safe Air Conditioner Repair and Proper Freon Recovery".

Install the RPM package

Install the RPM package

To install the rpm package, run the rpm command with the option "-i".
Sub-options commonly used with the "-i" option include the "-v" option, which displays the package name, and the "-h" option, which displays the progress of the installation in 50 hashes (#).

Note that this rpm does not necessarily require root privileges, but if there are processes in the installation process that require root privileges, an error will be displayed.

[root@Lion ~]# rpm -ivh krb5-devel-1.6.1-36.el5.i386.rpm  ←Install the rpm package
Warning.: krb5-devel-1.6.1-36.el5.i386.rpm:header V3 DSA signature: NOKEY, key ID e8562897
in preparation... ########################################### [100%]
1:krb5-devel ########################################### [100%] <abbreviation>
※About the "warning" displayed in the above RPM example When executing the rpm command, a "warning" or a warning may be displayed as shown in the above example. This means that the GPG signature check, which has been adopted since rpm 4.1, has not been performed.
If you see this message, it will not affect your installation or upgrade, but if you do not want to see the warning message, you need to import the "RPM-GPG-KEY" file as shown in the following example.
[root@Lion ~]# rpm --import RPM-GPG-KEY
For CentOS7.6
[root@Lion ~]# rpm --import http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-7
Copied title and URL