How To Install ghc-netlist on Fedora 36

In this tutorial we learn how to install ghc-netlist in Fedora 36. ghc-netlist is A generic netlist for HDLs

Introduction

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

What is ghc-netlist

A very simplified and generic netlist designed to be compatible with Hardware Description Languages (HDLs) like Verilog and VHDL. Includes a simple inliner.

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

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

sudo dnf -y install ghc-netlist

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

sudo yum -y install ghc-netlist

How To Uninstall ghc-netlist on Fedora 36

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

sudo dnf remove ghc-netlist

ghc-netlist Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/83727d7b7f4bd095330849f9e0c41b3dbcc49e
/usr/lib64/libHSnetlist-0.3.1-G1YgeutBgNWHDe4eVgunh6-ghc8.10.5.so
/usr/share/licenses/ghc-netlist
/usr/share/licenses/ghc-netlist/LICENSE

References

Summary

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