How to Install and Uninstall ipvsadm.x86_64 Package on Oracle Linux 9

Last updated: September 20,2024

1. Install "ipvsadm.x86_64" package

Learn how to install ipvsadm.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ipvsadm.x86_64

2. Uninstall "ipvsadm.x86_64" package

Please follow the steps below to uninstall ipvsadm.x86_64 on Oracle Linux 9:

$ sudo dnf remove ipvsadm.x86_64 $ sudo dnf autoremove

3. Information about the ipvsadm.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:48:13 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ipvsadm
Version : 1.31
Release : 6.el9
Architecture : x86_64
Size : 60 k
Source : ipvsadm-1.31-6.el9.src.rpm
Repository : ol9_appstream
Summary : Utility to administer the Linux Virtual Server
URL : https://kernel.org/pub/linux/utils/kernel/ipvsadm/
License : GPLv2+
Description : ipvsadm is used to setup, maintain, and inspect the virtual server
: table in the Linux kernel. The Linux Virtual Server can be used to
: build scalable network services based on a cluster of two or more
: nodes. The active node of the cluster redirects service requests to a
: collection of server hosts that will actually perform the
: services. Supported Features include:
: - two transport layer (layer-4) protocols (TCP and UDP)
: - three packet-forwarding methods (NAT, tunneling, and direct routing)
: - eight load balancing algorithms (round robin, weighted round robin,
: least-connection, weighted least-connection, locality-based
: least-connection, locality-based least-connection with
: replication, destination-hashing, and source-hashing)