How To Install ghc-netlink on Fedora 36

In this tutorial we learn how to install ghc-netlink in Fedora 36. ghc-netlink is Haskell netlink library

Introduction

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

This package provides the Haskell netlink library.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ghc-netlink using dnf by running the following command:

sudo dnf -y install ghc-netlink

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ghc-netlink using yum by running the following command:

sudo yum -y install ghc-netlink

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

sudo dnf remove ghc-netlink
/usr/lib/.build-id
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/863354c5093e2594c7e95a624f28ce754795a9
/usr/lib64/libHSnetlink-1.1.1.0-KBNuemZiq5628GpDl0bVY9-ghc8.10.5.so
/usr/share/licenses/ghc-netlink
/usr/share/licenses/ghc-netlink/LICENSE

References

Summary

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