How To Install ghc-cassava-prof on Fedora 36
Introduction
In this tutorial we learn how to install ghc-cassava-prof
on Fedora 36.
What is ghc-cassava-prof
This package provides the Haskell cassava profiling library.
We can use yum
or dnf
to install ghc-cassava-prof
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-cassava-prof.
Install ghc-cassava-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-cassava-prof
using dnf
by running the following command:
sudo dnf -y install ghc-cassava-prof
Install ghc-cassava-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-cassava-prof
using yum
by running the following command:
sudo yum -y install ghc-cassava-prof
How To Uninstall ghc-cassava-prof on Fedora 36
To uninstall only the ghc-cassava-prof
package we can use the following command:
sudo dnf remove ghc-cassava-prof
ghc-cassava-prof Package Contents on Fedora 36
/usr/lib64/ghc-8.10.5/cassava-0.5.2.0/Data/Csv.p_hi
/usr/lib64/ghc-8.10.5/cassava-0.5.2.0/Data/Csv/Builder.p_hi
/usr/lib64/ghc-8.10.5/cassava-0.5.2.0/Data/Csv/Conversion.p_hi
/usr/lib64/ghc-8.10.5/cassava-0.5.2.0/Data/Csv/Conversion/Internal.p_hi
/usr/lib64/ghc-8.10.5/cassava-0.5.2.0/Data/Csv/Encoding.p_hi
/usr/lib64/ghc-8.10.5/cassava-0.5.2.0/Data/Csv/Incremental.p_hi
/usr/lib64/ghc-8.10.5/cassava-0.5.2.0/Data/Csv/Parser.p_hi
/usr/lib64/ghc-8.10.5/cassava-0.5.2.0/Data/Csv/Streaming.p_hi
/usr/lib64/ghc-8.10.5/cassava-0.5.2.0/Data/Csv/Types.p_hi
/usr/lib64/ghc-8.10.5/cassava-0.5.2.0/Data/Csv/Util.p_hi
/usr/lib64/ghc-8.10.5/cassava-0.5.2.0/libHScassava-0.5.2.0-J7hl0169kuQDyqvnNYDrm6_p.a
References
Summary
In this tutorial we learn how to install ghc-cassava-prof
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).