How to Install and Uninstall libnetfilter_cttimeout.i686 Package on CentOS 8 / RHEL 8

Last updated: April 29,2024

1. Install "libnetfilter_cttimeout.i686" package

Please follow the steps below to install libnetfilter_cttimeout.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libnetfilter_cttimeout.i686

2. Uninstall "libnetfilter_cttimeout.i686" package

This guide covers the steps necessary to uninstall libnetfilter_cttimeout.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove libnetfilter_cttimeout.i686 $ sudo dnf autoremove

3. Information about the libnetfilter_cttimeout.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:41:29 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libnetfilter_cttimeout
Version : 1.0.0
Release : 11.el8
Architecture : i686
Size : 24 k
Source : libnetfilter_cttimeout-1.0.0-11.el8.src.rpm
Repository : baseos
Summary : Timeout policy tuning for Netfilter/conntrack
URL : http://netfilter.org
License : GPLv2+
Description : This infrastructure allows you to define fine-grain timeout
: policies per flow. Basically, from user-space, you can create
: timeout policy objects via nfct_timeout_alloc(), set the
: policy attributes, via nfct_timeout_*_attr_set(), and then
: build the ctnetlink message to communicate this new timeout
: policy to the kernel.