Home  >  Article  >  Operation and Maintenance  >  How to install software on centos system

How to install software on centos system

王林
王林Original
2020-03-25 15:24:052970browse

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn