How to Install and Uninstall libnetfilter_cttimeout-devel.i686 Package on Fedora 34

Last updated: October 05,2024

1. Install "libnetfilter_cttimeout-devel.i686" package

Please follow the instructions below to install libnetfilter_cttimeout-devel.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libnetfilter_cttimeout-devel.i686

2. Uninstall "libnetfilter_cttimeout-devel.i686" package

Please follow the step by step instructions below to uninstall libnetfilter_cttimeout-devel.i686 on Fedora 34:

$ sudo dnf remove libnetfilter_cttimeout-devel.i686 $ sudo dnf autoremove

3. Information about the libnetfilter_cttimeout-devel.i686 package on Fedora 34

Last metadata expiration check: 4:27:28 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libnetfilter_cttimeout-devel
Version : 1.0.0
Release : 17.fc34
Architecture : i686
Size : 9.5 k
Source : libnetfilter_cttimeout-1.0.0-17.fc34.src.rpm
Repository : fedora
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.