How to Install and Uninstall nginx.x86_64 Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "nginx.x86_64" package

Please follow the steps below to install nginx.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install nginx.x86_64

2. Uninstall "nginx.x86_64" package

This guide covers the steps necessary to uninstall nginx.x86_64 on Oracle Linux 9:

$ sudo dnf remove nginx.x86_64 $ sudo dnf autoremove

3. Information about the nginx.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:02:00 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : nginx
Epoch : 1
Version : 1.20.1
Release : 14.0.1.el9_2.1
Architecture : x86_64
Size : 48 k
Source : nginx-1.20.1-14.0.1.el9_2.1.src.rpm
Repository : ol9_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.