How To Install ghc-charset-prof on Fedora 36
Introduction
In this tutorial we learn how to install ghc-charset-prof
on Fedora 36.
What is ghc-charset-prof
This package provides the Haskell charset profiling library.
We can use yum
or dnf
to install ghc-charset-prof
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-charset-prof.
Install ghc-charset-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-charset-prof
using dnf
by running the following command:
sudo dnf -y install ghc-charset-prof
Install ghc-charset-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-charset-prof
using yum
by running the following command:
sudo yum -y install ghc-charset-prof
How To Uninstall ghc-charset-prof on Fedora 36
To uninstall only the ghc-charset-prof
package we can use the following command:
sudo dnf remove ghc-charset-prof
ghc-charset-prof Package Contents on Fedora 36
/usr/lib64/ghc-8.10.5/charset-0.3.8/Data/CharSet.p_hi
/usr/lib64/ghc-8.10.5/charset-0.3.8/Data/CharSet/ByteSet.p_hi
/usr/lib64/ghc-8.10.5/charset-0.3.8/Data/CharSet/Common.p_hi
/usr/lib64/ghc-8.10.5/charset-0.3.8/Data/CharSet/Posix.p_hi
/usr/lib64/ghc-8.10.5/charset-0.3.8/Data/CharSet/Posix/Ascii.p_hi
/usr/lib64/ghc-8.10.5/charset-0.3.8/Data/CharSet/Posix/Unicode.p_hi
/usr/lib64/ghc-8.10.5/charset-0.3.8/Data/CharSet/Unicode.p_hi
/usr/lib64/ghc-8.10.5/charset-0.3.8/Data/CharSet/Unicode/Block.p_hi
/usr/lib64/ghc-8.10.5/charset-0.3.8/Data/CharSet/Unicode/Category.p_hi
/usr/lib64/ghc-8.10.5/charset-0.3.8/libHScharset-0.3.8-UoYeffVCg0FkRR3YMAwH1_p.a
References
Summary
In this tutorial we learn how to install ghc-charset-prof
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).