How to Install and Uninstall haproxy.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 04,2024

1. Install "haproxy.x86_64" package

Here is a brief guide to show you how to install haproxy.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install haproxy.x86_64

2. Uninstall "haproxy.x86_64" package

This tutorial shows how to uninstall haproxy.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove haproxy.x86_64 $ sudo dnf autoremove

3. Information about the haproxy.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:47:44 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : haproxy
Version : 2.4.22
Release : 1.el9
Architecture : x86_64
Size : 2.2 M
Source : haproxy-2.4.22-1.el9.src.rpm
Repository : ubi-9-appstream-rpms
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