How to Install and Uninstall iptables.i686 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "iptables.i686" package

This guide let you learn how to install iptables.i686 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install iptables.i686

2. Uninstall "iptables.i686" package

Please follow the guidance below to uninstall iptables.i686 on Rocky Linux 8:

$ sudo dnf remove iptables.i686 $ sudo dnf autoremove

3. Information about the iptables.i686 package on Rocky Linux 8

Last metadata expiration check: 2:21:58 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : iptables
Version : 1.8.4
Release : 22.el8
Architecture : i686
Size : 597 k
Source : iptables-1.8.4-22.el8.src.rpm
Repository : baseos
Summary : Tools for managing Linux kernel packet filtering capabilities
URL : http://www.netfilter.org/projects/iptables
License : GPLv2 and Artistic 2.0 and ISC
Description : The iptables utility controls the network packet filtering code in the
: Linux kernel. If you need to set up firewalls and/or IP masquerading,
: you should either install nftables or this package.
:
: Note: This package contains the nftables-based variants of iptables and
: ip6tables, which are drop-in replacements of the legacy tools.