How To Install ghc-maccatcher on Fedora 36

In this tutorial we learn how to install ghc-maccatcher in Fedora 36. ghc-maccatcher is Obtain the host MAC address on *NIX and Windows

Introduction

In this tutorial we learn how to install ghc-maccatcher on Fedora 36.

What is ghc-maccatcher

Obtain the host MAC address on *NIX and Windows.

We can use yum or dnf to install ghc-maccatcher on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-maccatcher.

Install ghc-maccatcher 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 ghc-maccatcher using dnf by running the following command:

sudo dnf -y install ghc-maccatcher

Install ghc-maccatcher 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 ghc-maccatcher using yum by running the following command:

sudo yum -y install ghc-maccatcher

How To Uninstall ghc-maccatcher on Fedora 36

To uninstall only the ghc-maccatcher package we can use the following command:

sudo dnf remove ghc-maccatcher

ghc-maccatcher Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/84
/usr/lib/.build-id/84/e5130b266b290201c75f56a7b86744c3b36f64
/usr/lib64/libHSmaccatcher-2.1.5-GYH4byL3hPoDZfLBS6t5OY-ghc8.10.5.so
/usr/share/licenses/ghc-maccatcher
/usr/share/licenses/ghc-maccatcher/LICENSE

References

Summary

In this tutorial we learn how to install ghc-maccatcher on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).