How To Install ghc-djinn-ghc-devel on Fedora 36
Introduction
In this tutorial we learn how to install ghc-djinn-ghc-devel
on Fedora 36.
What is ghc-djinn-ghc-devel
This package provides the Haskell djinn-ghc library development files.
We can use yum
or dnf
to install ghc-djinn-ghc-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-djinn-ghc-devel.
Install ghc-djinn-ghc-devel 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-djinn-ghc-devel
using dnf
by running the following command:
sudo dnf -y install ghc-djinn-ghc-devel
Install ghc-djinn-ghc-devel 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-djinn-ghc-devel
using yum
by running the following command:
sudo yum -y install ghc-djinn-ghc-devel
How To Uninstall ghc-djinn-ghc-devel on Fedora 36
To uninstall only the ghc-djinn-ghc-devel
package we can use the following command:
sudo dnf remove ghc-djinn-ghc-devel
ghc-djinn-ghc-devel Package Contents on Fedora 36
/usr/lib64/ghc-8.10.5/djinn-ghc-0.0.2.3
/usr/lib64/ghc-8.10.5/djinn-ghc-0.0.2.3/Djinn
/usr/lib64/ghc-8.10.5/djinn-ghc-0.0.2.3/Djinn/GHC.dyn_hi
/usr/lib64/ghc-8.10.5/djinn-ghc-0.0.2.3/Djinn/GHC.hi
/usr/lib64/ghc-8.10.5/djinn-ghc-0.0.2.3/libHSdjinn-ghc-0.0.2.3-H2rb1VIOBT395w6HvAwxcs.a
/usr/lib64/ghc-8.10.5/package.conf.d/djinn-ghc-0.0.2.3.conf
References
Summary
In this tutorial we learn how to install ghc-djinn-ghc-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).