How To Install ghc-ghc-mtl-prof on Fedora 36
Introduction
In this tutorial we learn how to install ghc-ghc-mtl-prof
on Fedora 36.
What is ghc-ghc-mtl-prof
This package provides the Haskell ghc-mtl profiling library.
We can use yum
or dnf
to install ghc-ghc-mtl-prof
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-ghc-mtl-prof.
Install ghc-ghc-mtl-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-ghc-mtl-prof
using dnf
by running the following command:
sudo dnf -y install ghc-ghc-mtl-prof
Install ghc-ghc-mtl-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-ghc-mtl-prof
using yum
by running the following command:
sudo yum -y install ghc-ghc-mtl-prof
How To Uninstall ghc-ghc-mtl-prof on Fedora 36
To uninstall only the ghc-ghc-mtl-prof
package we can use the following command:
sudo dnf remove ghc-ghc-mtl-prof
ghc-ghc-mtl-prof Package Contents on Fedora 36
/usr/lib64/ghc-8.10.5/ghc-mtl-1.2.1.0/Control/Monad/Ghc.p_hi
/usr/lib64/ghc-8.10.5/ghc-mtl-1.2.1.0/libHSghc-mtl-1.2.1.0-4X7G7V4GiqV6wuvjioPSjK_p.a
References
Summary
In this tutorial we learn how to install ghc-ghc-mtl-prof
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).