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

Last updated: July 02,2024

1. Install "haproxy.src" package

Please follow the instructions below to install haproxy.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install haproxy.src

2. Uninstall "haproxy.src" package

This guide let you learn how to uninstall haproxy.src on Oracle Linux 8:

$ sudo dnf remove haproxy.src $ sudo dnf autoremove

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

Last metadata expiration check: 2:11:56 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : haproxy
Version : 1.8.27
Release : 4.el8
Architecture : src
Size : 2.1 M
Source : None
Repository : ol8_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