How To Install ghc-yesod-devel on Fedora 36
Introduction
In this tutorial we learn how to install ghc-yesod-devel
on Fedora 36.
What is ghc-yesod-devel
This package provides the Haskell yesod library development files.
We can use yum
or dnf
to install ghc-yesod-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-yesod-devel.
Install ghc-yesod-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-yesod-devel
using dnf
by running the following command:
sudo dnf -y install ghc-yesod-devel
Install ghc-yesod-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-yesod-devel
using yum
by running the following command:
sudo yum -y install ghc-yesod-devel
How To Uninstall ghc-yesod-devel on Fedora 36
To uninstall only the ghc-yesod-devel
package we can use the following command:
sudo dnf remove ghc-yesod-devel
ghc-yesod-devel Package Contents on Fedora 36
/usr/lib64/ghc-8.10.5/package.conf.d/yesod-1.6.1.2.conf
/usr/lib64/ghc-8.10.5/yesod-1.6.1.2
/usr/lib64/ghc-8.10.5/yesod-1.6.1.2/Yesod
/usr/lib64/ghc-8.10.5/yesod-1.6.1.2/Yesod.dyn_hi
/usr/lib64/ghc-8.10.5/yesod-1.6.1.2/Yesod.hi
/usr/lib64/ghc-8.10.5/yesod-1.6.1.2/Yesod/Default
/usr/lib64/ghc-8.10.5/yesod-1.6.1.2/Yesod/Default/Config.dyn_hi
/usr/lib64/ghc-8.10.5/yesod-1.6.1.2/Yesod/Default/Config.hi
/usr/lib64/ghc-8.10.5/yesod-1.6.1.2/Yesod/Default/Config2.dyn_hi
/usr/lib64/ghc-8.10.5/yesod-1.6.1.2/Yesod/Default/Config2.hi
/usr/lib64/ghc-8.10.5/yesod-1.6.1.2/Yesod/Default/Handlers.dyn_hi
/usr/lib64/ghc-8.10.5/yesod-1.6.1.2/Yesod/Default/Handlers.hi
/usr/lib64/ghc-8.10.5/yesod-1.6.1.2/Yesod/Default/Main.dyn_hi
/usr/lib64/ghc-8.10.5/yesod-1.6.1.2/Yesod/Default/Main.hi
/usr/lib64/ghc-8.10.5/yesod-1.6.1.2/Yesod/Default/Util.dyn_hi
/usr/lib64/ghc-8.10.5/yesod-1.6.1.2/Yesod/Default/Util.hi
/usr/lib64/ghc-8.10.5/yesod-1.6.1.2/libHSyesod-1.6.1.2-9a90FW922PhCg1t4ogJ4O.a
/usr/share/doc/ghc-yesod-devel
/usr/share/doc/ghc-yesod-devel/ChangeLog.md
/usr/share/doc/ghc-yesod-devel/README.md
References
Summary
In this tutorial we learn how to install ghc-yesod-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).