How to Install and Uninstall conntrack-tools.src Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "conntrack-tools.src" package

Please follow the steps below to install conntrack-tools.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install conntrack-tools.src

2. Uninstall "conntrack-tools.src" package

In this section, we are going to explain the necessary steps to uninstall conntrack-tools.src on Oracle Linux 9:

$ sudo dnf remove conntrack-tools.src $ sudo dnf autoremove

3. Information about the conntrack-tools.src package on Oracle Linux 9

Last metadata expiration check: 1:49:50 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : conntrack-tools
Version : 1.4.7
Release : 2.el9
Architecture : src
Size : 558 k
Source : None
Repository : ol9_appstream
Summary : Manipulate netfilter connection tracking table and run High Availability
URL : http://conntrack-tools.netfilter.org/
License : GPLv2
Description : With conntrack-tools you can setup a High Availability cluster and
: synchronize conntrack state between multiple firewalls.
:
: The conntrack-tools package contains two programs:
: - conntrack: the command line interface to interact with the connection
: tracking system.
: - conntrackd: the connection tracking userspace daemon that can be used to
: deploy highly available GNU/Linux firewalls and collect
: statistics of the firewall use.
:
: conntrack is used to search, list, inspect and maintain the netfilter
: connection tracking subsystem of the Linux kernel.
: Using conntrack, you can dump a list of all (or a filtered selection of)
: currently tracked connections, delete connections from the state table,
: and even add new ones.
: In addition, you can also monitor connection tracking events, e.g.
: show an event message (one line) per newly established connection.