How To Install mac-encheez on Fedora 36
Introduction
In this tutorial we learn how to install mac-encheez
on Fedora 36.
What is mac-encheez
mac-encheez provides a way to run a program such that it has a modified view of the MAC addresses of the network interfaces of the computer.
We can use yum
or dnf
to install mac-encheez
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mac-encheez.
Install mac-encheez 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 mac-encheez
using dnf
by running the following command:
sudo dnf -y install mac-encheez
Install mac-encheez 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 mac-encheez
using yum
by running the following command:
sudo yum -y install mac-encheez
How To Uninstall mac-encheez on Fedora 36
To uninstall only the mac-encheez
package we can use the following command:
sudo dnf remove mac-encheez
mac-encheez Package Contents on Fedora 36
/usr/bin/encheez
/usr/lib/.build-id
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/901672e7015570789973850b7b81654edc2d33
/usr/lib64/libfakemac.so
/usr/share/doc/mac-encheez
/usr/share/doc/mac-encheez/README.md
/usr/share/licenses/mac-encheez
/usr/share/licenses/mac-encheez/gpl-3.0.txt
References
Summary
In this tutorial we learn how to install mac-encheez
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).