How to Install and Uninstall iptables-arptables.x86_64 Package on CentOS Stream 8

Last updated: January 13,2025

1. Install "iptables-arptables.x86_64" package

This tutorial shows how to install iptables-arptables.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install iptables-arptables.x86_64

2. Uninstall "iptables-arptables.x86_64" package

Please follow the guidelines below to uninstall iptables-arptables.x86_64 on CentOS Stream 8:

$ sudo dnf remove iptables-arptables.x86_64 $ sudo dnf autoremove

3. Information about the iptables-arptables.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:19:16 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : iptables-arptables
Version : 1.8.5
Release : 11.el8
Architecture : x86_64
Size : 69 k
Source : iptables-1.8.5-11.el8.src.rpm
Repository : baseos
Summary : User space tool to set up tables of ARP rules in kernel
URL : http://www.netfilter.org/projects/iptables
License : GPLv2 and Artistic 2.0 and ISC
Description : The arptables tool is used to set up and maintain
: the tables of ARP rules in the Linux kernel. These rules inspect
: the ARP frames which they see. arptables is analogous to the iptables
: user space tool, but is less complicated.
:
: Note: This package contains the nftables-based variant of arptables, a drop-in
: replacement of the legacy tool.