How to Install and Uninstall haproxy.src Package on Oracle Linux 9

Last updated: May 20,2024

1. Install "haproxy.src" package

Please follow the guidance below to install haproxy.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install haproxy.src

2. Uninstall "haproxy.src" package

This is a short guide on how to uninstall haproxy.src on Oracle Linux 9:

$ sudo dnf remove haproxy.src $ sudo dnf autoremove

3. Information about the haproxy.src package on Oracle Linux 9

Last metadata expiration check: 1:57:51 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : haproxy
Version : 2.4.22
Release : 1.el9
Architecture : src
Size : 3.5 M
Source : None
Repository : ol9_appstream
Summary : HAProxy reverse proxy for high availability environments
URL : http://www.haproxy.org/
License : GPLv2+
Description : HAProxy is a TCP/HTTP reverse proxy which is particularly suited for high
: availability environments. Indeed, it can:
: - route HTTP requests depending on statically assigned cookies
: - spread load among several servers while assuring server persistence
: through the use of HTTP cookies
: - switch to backup servers in the event a main one fails
: - accept connections to special ports dedicated to service monitoring
: - stop accepting connections without breaking existing ones
: - add, modify, and delete HTTP headers in both directions
: - block requests matching particular patterns
: - report detailed status to authenticated users from a URI
: intercepted from the application