How To Install ebtables-services on Fedora 36
Introduction
In this tutorial we learn how to install ebtables-services
on Fedora 36.
What is ebtables-services
ebtables systemd services This package provides the systemd ebtables service that has been split out of the base package for better integration with alternatives.
We can use yum
or dnf
to install ebtables-services
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ebtables-services.
Install ebtables-services on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ebtables-services
using dnf
by running the following command:
sudo dnf -y install ebtables-services
Install ebtables-services on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ebtables-services
using yum
by running the following command:
sudo yum -y install ebtables-services
How To Uninstall ebtables-services on Fedora 36
To uninstall only the ebtables-services
package we can use the following command:
sudo dnf remove ebtables-services
ebtables-services Package Contents on Fedora 36
/etc/sysconfig/ebtables
/etc/sysconfig/ebtables-config
/usr/lib/systemd/system/ebtables.service
/usr/libexec/ebtables-helper
References
Summary
In this tutorial we learn how to install ebtables-services
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).