How To Install ghc-netlink-prof on Fedora 36

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

Introduction

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

This package provides the Haskell netlink profiling library.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install ghc-netlink-prof

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install ghc-netlink-prof

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

sudo dnf remove ghc-netlink-prof
/usr/lib64/ghc-8.10.5/netlink-1.1.1.0/System/Linux/Netlink.p_hi
/usr/lib64/ghc-8.10.5/netlink-1.1.1.0/System/Linux/Netlink/C.p_hi
/usr/lib64/ghc-8.10.5/netlink-1.1.1.0/System/Linux/Netlink/Constants.p_hi
/usr/lib64/ghc-8.10.5/netlink-1.1.1.0/System/Linux/Netlink/GeNetlink.p_hi
/usr/lib64/ghc-8.10.5/netlink-1.1.1.0/System/Linux/Netlink/GeNetlink/Constants.p_hi
/usr/lib64/ghc-8.10.5/netlink-1.1.1.0/System/Linux/Netlink/GeNetlink/Control.p_hi
/usr/lib64/ghc-8.10.5/netlink-1.1.1.0/System/Linux/Netlink/GeNetlink/NL80211.p_hi
/usr/lib64/ghc-8.10.5/netlink-1.1.1.0/System/Linux/Netlink/GeNetlink/NL80211/Constants.p_hi
/usr/lib64/ghc-8.10.5/netlink-1.1.1.0/System/Linux/Netlink/GeNetlink/NL80211/StaInfo.p_hi
/usr/lib64/ghc-8.10.5/netlink-1.1.1.0/System/Linux/Netlink/GeNetlink/NL80211/WifiEI.p_hi
/usr/lib64/ghc-8.10.5/netlink-1.1.1.0/System/Linux/Netlink/Helpers.p_hi
/usr/lib64/ghc-8.10.5/netlink-1.1.1.0/System/Linux/Netlink/Route.p_hi
/usr/lib64/ghc-8.10.5/netlink-1.1.1.0/System/Linux/Netlink/Route/LinkStat.p_hi
/usr/lib64/ghc-8.10.5/netlink-1.1.1.0/libHSnetlink-1.1.1.0-KBNuemZiq5628GpDl0bVY9_p.a

References

Summary

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