How to Install and Uninstall nginx.x86_64 Package on CentOS Stream 9

Last updated: November 16,2024

1. Install "nginx.x86_64" package

In this section, we are going to explain the necessary steps to install nginx.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install nginx.x86_64

2. Uninstall "nginx.x86_64" package

Please follow the instructions below to uninstall nginx.x86_64 on CentOS Stream 9:

$ sudo dnf remove nginx.x86_64 $ sudo dnf autoremove

3. Information about the nginx.x86_64 package on CentOS Stream 9

Last metadata expiration check: 3:09:23 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : nginx
Epoch : 1
Version : 1.22.1
Release : 2.el9
Architecture : x86_64
Size : 39 k
Source : nginx-1.22.1-2.el9.src.rpm
Repository : appstream
Summary : A high performance web server and reverse proxy server
URL : https://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.