How to Install and Uninstall nginx.x86_64 Package on Rocky Linux 8

Last updated: May 17,2024

1. Install "nginx.x86_64" package

Learn how to install nginx.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install nginx.x86_64

2. Uninstall "nginx.x86_64" package

This guide let you learn how to uninstall nginx.x86_64 on Rocky Linux 8:

$ sudo dnf remove nginx.x86_64 $ sudo dnf autoremove

3. Information about the nginx.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:19:10 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : nginx
Epoch : 1
Version : 1.14.1
Release : 9.module+el8.4.0+542+81547229
Architecture : x86_64
Size : 566 k
Source : nginx-1.14.1-9.module+el8.4.0+542+81547229.src.rpm
Repository : appstream
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.