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

Last updated: October 07,2024

1. Install "keepalived.src" package

Please follow the guidelines below to install keepalived.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install keepalived.src

2. Uninstall "keepalived.src" package

In this section, we are going to explain the necessary steps to uninstall keepalived.src on Oracle Linux 8:

$ sudo dnf remove keepalived.src $ sudo dnf autoremove

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

Last metadata expiration check: 3:15:54 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : keepalived
Version : 2.1.5
Release : 8.el8
Architecture : src
Size : 1.1 M
Source : None
Repository : ol8_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.