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

Last updated: June 30,2024

1. Install "nginx.x86_64" package

Please follow the step by step instructions below to install nginx.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install nginx.x86_64

2. Uninstall "nginx.x86_64" package

Learn how to uninstall nginx.x86_64 on Oracle Linux 8:

$ sudo dnf remove nginx.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:49:58 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : nginx
Epoch : 1
Version : 1.14.1
Release : 9.0.1.module+el8.0.0+5347+9282027e
Architecture : x86_64
Size : 569 k
Source : nginx-1.14.1-9.0.1.module+el8.0.0+5347+9282027e.src.rpm
Repository : ol8_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.