How to Install and Uninstall ebtables.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 29,2024

1. Install "ebtables.x86_64" package

Please follow the guidelines below to install ebtables.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install ebtables.x86_64

2. Uninstall "ebtables.x86_64" package

Please follow the steps below to uninstall ebtables.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove ebtables.x86_64 $ sudo yum autoremove

3. Information about the ebtables.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : ebtables
Arch : x86_64
Version : 2.0.10
Release : 16.el7
Size : 343 k
Repo : installed
From repo : anaconda
Summary : Ethernet Bridge frame table administration tool
URL : http://ebtables.sourceforge.net/
License : GPLv2+
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.
:
: The ebtables tool can be used together with the other Linux
: filtering tools, like iptables. There are no known incompatibility
: issues.