How to Install and Uninstall keepalived Package on openSUSE Leap

Last updated: May 21,2024

1. Install "keepalived" package

Please follow the guidelines below to install keepalived on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install keepalived

2. Uninstall "keepalived" package

Please follow the guidelines below to uninstall keepalived on openSUSE Leap:

$ sudo zypper remove keepalived

3. Information about the keepalived package on openSUSE Leap

Information for package keepalived:
-----------------------------------
Repository : Main Repository
Name : keepalived
Version : 2.2.2-150500.6.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.7 MiB
Installed : No
Status : not installed
Source package : keepalived-2.2.2-150500.6.2.src
Upstream URL : http://www.keepalived.org/
Summary : A keepalive facility for Linux
Description :
This project provides facilities for load balancing and high-availability to
Linux system and Linux-based infrastructures. The load-balancing framework
relies on the Linux Virtual Server (IPVS) kernel module providing Layer4 load
balancing. Keepalived implements a set of checkers to dynamically and
adaptively maintain and manage loadbalanced server pool according their health.
High-availability is achieved by the VRRP protocol, 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.