How To Install ghc-netlist-to-vhdl on Fedora 36
Introduction
In this tutorial we learn how to install ghc-netlist-to-vhdl
on Fedora 36.
What is ghc-netlist-to-vhdl
Convert a Netlist AST to VHDL.
We can use yum
or dnf
to install ghc-netlist-to-vhdl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-netlist-to-vhdl.
Install ghc-netlist-to-vhdl 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-to-vhdl
using dnf
by running the following command:
sudo dnf -y install ghc-netlist-to-vhdl
Install ghc-netlist-to-vhdl 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-to-vhdl
using yum
by running the following command:
sudo yum -y install ghc-netlist-to-vhdl
How To Uninstall ghc-netlist-to-vhdl on Fedora 36
To uninstall only the ghc-netlist-to-vhdl
package we can use the following command:
sudo dnf remove ghc-netlist-to-vhdl
ghc-netlist-to-vhdl Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/49faaae0771fb3062858fdc3736d91241652e6
/usr/lib64/libHSnetlist-to-vhdl-0.3.3-IPbRp9PWSOl7NKL2BOV691-ghc8.10.5.so
/usr/share/licenses/ghc-netlist-to-vhdl
/usr/share/licenses/ghc-netlist-to-vhdl/LICENSE
References
Summary
In this tutorial we learn how to install ghc-netlist-to-vhdl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).