Home>Article>Operation and Maintenance> Can nginx be installed using yum?

Can nginx be installed using yum?

(*-*)浩
(*-*)浩 Original
2019-06-06 14:55:41 4043browse

Use yum source to install Nginx server under Linux.

Can nginx be installed using yum?

The first step is to install the yum source of nginx

rpm -ivh http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm

Can nginx be installed using yum?

The second step, view:

yum info nginx

Can nginx be installed using yum?

## The third step, install:

yum install nginx

Can nginx be installed using yum?

After the installation is completed, nginx has been started. You can view the process:

Can nginx be installed using yum?

More Nginx related technologies Article, please visit the

Nginx Tutorialcolumn to learn!

The above is the detailed content of Can nginx be installed using yum?. 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