How To Install ghc-hint-prof on Fedora 36
Introduction
In this tutorial we learn how to install ghc-hint-prof
on Fedora 36.
What is ghc-hint-prof
This package provides the Haskell hint profiling library.
We can use yum
or dnf
to install ghc-hint-prof
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-hint-prof.
Install ghc-hint-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-hint-prof
using dnf
by running the following command:
sudo dnf -y install ghc-hint-prof
Install ghc-hint-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-hint-prof
using yum
by running the following command:
sudo yum -y install ghc-hint-prof
How To Uninstall ghc-hint-prof on Fedora 36
To uninstall only the ghc-hint-prof
package we can use the following command:
sudo dnf remove ghc-hint-prof
ghc-hint-prof Package Contents on Fedora 36
/usr/lib64/ghc-8.10.5/hint-0.9.0.4/Control/Monad/Ghc.p_hi
/usr/lib64/ghc-8.10.5/hint-0.9.0.4/Hint/Annotations.p_hi
/usr/lib64/ghc-8.10.5/hint-0.9.0.4/Hint/Base.p_hi
/usr/lib64/ghc-8.10.5/hint-0.9.0.4/Hint/CompatPlatform.p_hi
/usr/lib64/ghc-8.10.5/hint-0.9.0.4/Hint/Configuration.p_hi
/usr/lib64/ghc-8.10.5/hint-0.9.0.4/Hint/Context.p_hi
/usr/lib64/ghc-8.10.5/hint-0.9.0.4/Hint/Conversions.p_hi
/usr/lib64/ghc-8.10.5/hint-0.9.0.4/Hint/Eval.p_hi
/usr/lib64/ghc-8.10.5/hint-0.9.0.4/Hint/Extension.p_hi
/usr/lib64/ghc-8.10.5/hint-0.9.0.4/Hint/GHC.p_hi
/usr/lib64/ghc-8.10.5/hint-0.9.0.4/Hint/Internal.p_hi
/usr/lib64/ghc-8.10.5/hint-0.9.0.4/Hint/InterpreterT.p_hi
/usr/lib64/ghc-8.10.5/hint-0.9.0.4/Hint/Parsers.p_hi
/usr/lib64/ghc-8.10.5/hint-0.9.0.4/Hint/Reflection.p_hi
/usr/lib64/ghc-8.10.5/hint-0.9.0.4/Hint/Typecheck.p_hi
/usr/lib64/ghc-8.10.5/hint-0.9.0.4/Hint/Util.p_hi
/usr/lib64/ghc-8.10.5/hint-0.9.0.4/Language/Haskell/Interpreter.p_hi
/usr/lib64/ghc-8.10.5/hint-0.9.0.4/Language/Haskell/Interpreter/Extension.p_hi
/usr/lib64/ghc-8.10.5/hint-0.9.0.4/Language/Haskell/Interpreter/Unsafe.p_hi
/usr/lib64/ghc-8.10.5/hint-0.9.0.4/libHShint-0.9.0.4-7GR8UnOuwIbHNCqCSHKCK0_p.a
References
Summary
In this tutorial we learn how to install ghc-hint-prof
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).