How to Install and Uninstall nginx.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 19,2024

1. Install "nginx.x86_64" package

This tutorial shows how to install nginx.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install nginx.x86_64

2. Uninstall "nginx.x86_64" package

This guide let you learn how to uninstall nginx.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove nginx.x86_64 $ sudo yum autoremove

3. Information about the nginx.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : nginx
Arch : x86_64
Epoch : 1
Version : 1.16.1
Release : 3.el7
Size : 1.6 M
Repo : installed
From repo : epel
Summary : A high performance web server and reverse proxy server
URL : http://nginx.org/
License : BSD
Description : Nginx is a web server and a reverse proxy server for HTTP, SMTP,
: POP3 and IMAP protocols, with a strong focus on high concurrency,
: performance and low memory usage.