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

Last updated: July 03,2024

1. Install "keepalived.src" package

This guide let you learn how to install keepalived.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install keepalived.src

2. Uninstall "keepalived.src" package

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

$ sudo dnf remove keepalived.src $ sudo dnf autoremove

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

Last metadata expiration check: 3:23:24 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : keepalived
Version : 2.2.8
Release : 3.el9
Architecture : src
Size : 1.2 M
Source : None
Repository : ol9_appstream
Summary : High Availability monitor built upon LVS, VRRP and service pollers
URL : http://www.keepalived.org/
License : GPLv2+
Description : Keepalived provides simple and robust facilities for load balancing
: and high availability to Linux system and Linux based infrastructures.
: The load balancing framework relies on well-known and widely used
: Linux Virtual Server (IPVS) kernel module providing Layer4 load
: balancing. Keepalived implements a set of checkers to dynamically and
: adaptively maintain and manage load-balanced server pool according
: their health. High availability is achieved by VRRP protocol. VRRP is
: a fundamental brick for router failover. In addition, keepalived
: implements a set of hooks to the VRRP finite state machine providing
: low-level and high-speed protocol interactions. Keepalived frameworks
: can be used independently or all together to provide resilient
: infrastructures.