How To Install ghc-monads-tf-prof on Fedora 36
Introduction
In this tutorial we learn how to install ghc-monads-tf-prof
on Fedora 36.
What is ghc-monads-tf-prof
This package provides the Haskell monads-tf profiling library.
We can use yum
or dnf
to install ghc-monads-tf-prof
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-monads-tf-prof.
Install ghc-monads-tf-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-monads-tf-prof
using dnf
by running the following command:
sudo dnf -y install ghc-monads-tf-prof
Install ghc-monads-tf-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-monads-tf-prof
using yum
by running the following command:
sudo yum -y install ghc-monads-tf-prof
How To Uninstall ghc-monads-tf-prof on Fedora 36
To uninstall only the ghc-monads-tf-prof
package we can use the following command:
sudo dnf remove ghc-monads-tf-prof
ghc-monads-tf-prof Package Contents on Fedora 36
/usr/lib64/ghc-8.10.5/monads-tf-0.1.0.3/Control/Monad/Cont.p_hi
/usr/lib64/ghc-8.10.5/monads-tf-0.1.0.3/Control/Monad/Cont/Class.p_hi
/usr/lib64/ghc-8.10.5/monads-tf-0.1.0.3/Control/Monad/Error.p_hi
/usr/lib64/ghc-8.10.5/monads-tf-0.1.0.3/Control/Monad/Error/Class.p_hi
/usr/lib64/ghc-8.10.5/monads-tf-0.1.0.3/Control/Monad/Identity.p_hi
/usr/lib64/ghc-8.10.5/monads-tf-0.1.0.3/Control/Monad/List.p_hi
/usr/lib64/ghc-8.10.5/monads-tf-0.1.0.3/Control/Monad/RWS.p_hi
/usr/lib64/ghc-8.10.5/monads-tf-0.1.0.3/Control/Monad/RWS/Class.p_hi
/usr/lib64/ghc-8.10.5/monads-tf-0.1.0.3/Control/Monad/RWS/Lazy.p_hi
/usr/lib64/ghc-8.10.5/monads-tf-0.1.0.3/Control/Monad/RWS/Strict.p_hi
/usr/lib64/ghc-8.10.5/monads-tf-0.1.0.3/Control/Monad/Reader.p_hi
/usr/lib64/ghc-8.10.5/monads-tf-0.1.0.3/Control/Monad/Reader/Class.p_hi
/usr/lib64/ghc-8.10.5/monads-tf-0.1.0.3/Control/Monad/State.p_hi
/usr/lib64/ghc-8.10.5/monads-tf-0.1.0.3/Control/Monad/State/Class.p_hi
/usr/lib64/ghc-8.10.5/monads-tf-0.1.0.3/Control/Monad/State/Lazy.p_hi
/usr/lib64/ghc-8.10.5/monads-tf-0.1.0.3/Control/Monad/State/Strict.p_hi
/usr/lib64/ghc-8.10.5/monads-tf-0.1.0.3/Control/Monad/Trans.p_hi
/usr/lib64/ghc-8.10.5/monads-tf-0.1.0.3/Control/Monad/Writer.p_hi
/usr/lib64/ghc-8.10.5/monads-tf-0.1.0.3/Control/Monad/Writer/Class.p_hi
/usr/lib64/ghc-8.10.5/monads-tf-0.1.0.3/Control/Monad/Writer/Lazy.p_hi
/usr/lib64/ghc-8.10.5/monads-tf-0.1.0.3/Control/Monad/Writer/Strict.p_hi
/usr/lib64/ghc-8.10.5/monads-tf-0.1.0.3/libHSmonads-tf-0.1.0.3-Ej5CyhAaIcR5aDT198RxUj_p.a
References
Summary
In this tutorial we learn how to install ghc-monads-tf-prof
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).