How to Install and Uninstall nginx.src Package on Oracle Linux 9
Last updated: November 17,2024
1. Install "nginx.src" package
Here is a brief guide to show you how to install nginx.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
nginx.src
Copied
2. Uninstall "nginx.src" package
This guide let you learn how to uninstall nginx.src on Oracle Linux 9:
$
sudo dnf remove
nginx.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the nginx.src package on Oracle Linux 9
Last metadata expiration check: 1:48:59 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : nginx
Epoch : 1
Version : 1.22.1
Release : 5.0.1.module+el9.3.0+90064+5f6be4e1
Architecture : src
Size : 1.1 M
Source : None
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.
Available Packages
Name : nginx
Epoch : 1
Version : 1.22.1
Release : 5.0.1.module+el9.3.0+90064+5f6be4e1
Architecture : src
Size : 1.1 M
Source : None
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.