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

How to install software on centos system

王林
Release: 2020-03-25 15:24:05
Original
2978 people have browsed it

How to install software on centos system

1. Installation of rpm package:

# rpm -ivh
Copy after login

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 包名
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template