RPMパッケージのインストールテストを行う
Test the installation of RPM packages.
Sometimes, due to dependencies, conflicts, or other problems, an error message will be displayed when executing the install command and the installation will fail.
It is possible to test for such problems before installation.
To do so, run the rpm command with the "--test" option and execute the installation.
[root@Lion ~]# rpm -ivh --test zlib-devel-1.2.3-4vl5.i386.rpm
↑Test the installation of the rpm package
2020.09.25
LinuxTips(RedHat系)RPMパッケージ管理