Home > Article > Operation and Maintenance > How to install rpm software on centos
To install rpm software, you can execute the command: rpm -ivh rpm package name, such as:
#rpm -ivh apache-1.3.6.i386.rpm
After installation, you can execute the following command to view the installation directory
rpm -ql apache
Recommended tutorial: centos tutorial
The above is the detailed content of How to install rpm software on centos. For more information, please follow other related articles on the PHP Chinese website!