Home > Article > Operation and Maintenance > How to install software on centos system
1. Installation of rpm package:
# rpm -ivh
Installation parameters:
--force Force installation even if files belonging to other packages are overwritten;
--nodeps If the installation of the RPM package depends on other packages, it will be forced to be installed even if the other packages are not installed.
2. yum installation
# yum install 包名
Recommended tutorial: centos tutorial
The above is the detailed content of How to install software on centos system. For more information, please follow other related articles on the PHP Chinese website!