How To Install ghc-netlist-prof on Fedora 36

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

Introduction

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

What is ghc-netlist-prof

This package provides the Haskell netlist profiling library.

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

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

sudo dnf -y install ghc-netlist-prof

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

sudo yum -y install ghc-netlist-prof

How To Uninstall ghc-netlist-prof on Fedora 36

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

sudo dnf remove ghc-netlist-prof

ghc-netlist-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/netlist-0.3.1/Language/Netlist/AST.p_hi
/usr/lib64/ghc-8.10.5/netlist-0.3.1/Language/Netlist/Examples.p_hi
/usr/lib64/ghc-8.10.5/netlist-0.3.1/Language/Netlist/Inline.p_hi
/usr/lib64/ghc-8.10.5/netlist-0.3.1/Language/Netlist/Util.p_hi
/usr/lib64/ghc-8.10.5/netlist-0.3.1/libHSnetlist-0.3.1-G1YgeutBgNWHDe4eVgunh6_p.a

References

Summary

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