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

Last updated: July 05,2024

1. Install "iptables-ebtables.x86_64" package

Please follow the steps below to install iptables-ebtables.x86_64 on CentOS Stream 8

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

2. Uninstall "iptables-ebtables.x86_64" package

Please follow the step by step instructions below to uninstall iptables-ebtables.x86_64 on CentOS Stream 8:

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

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

Last metadata expiration check: 5:42:25 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : iptables-ebtables
Version : 1.8.5
Release : 11.el8
Architecture : x86_64
Size : 74 k
Source : iptables-1.8.5-11.el8.src.rpm
Repository : baseos
Summary : Ethernet Bridge frame table administration tool
URL : http://www.netfilter.org/projects/iptables
License : GPLv2 and Artistic 2.0 and ISC
Description : Ethernet bridge tables is a firewalling tool to transparently filter network
: traffic passing a bridge. The filtering possibilities are limited to link
: layer filtering and some basic filtering on higher network layers.
:
: This tool is the userspace control for the bridge and ebtables kernel
: components (built by default in RHEL kernels).
:
: The ebtables tool can be used together with the other Linux filtering tools,
: like iptables. There are no known incompatibility issues.
:
: Note: This package contains the nftables-based variant of ebtables, a drop-in
: replacement of the legacy tool.