How To Install ghc-hxt-unicode-prof on Fedora 36
Introduction
In this tutorial we learn how to install ghc-hxt-unicode-prof
on Fedora 36.
What is ghc-hxt-unicode-prof
This package provides the Haskell hxt-unicode profiling library.
We can use yum
or dnf
to install ghc-hxt-unicode-prof
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-hxt-unicode-prof.
Install ghc-hxt-unicode-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-hxt-unicode-prof
using dnf
by running the following command:
sudo dnf -y install ghc-hxt-unicode-prof
Install ghc-hxt-unicode-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-hxt-unicode-prof
using yum
by running the following command:
sudo yum -y install ghc-hxt-unicode-prof
How To Uninstall ghc-hxt-unicode-prof on Fedora 36
To uninstall only the ghc-hxt-unicode-prof
package we can use the following command:
sudo dnf remove ghc-hxt-unicode-prof
ghc-hxt-unicode-prof Package Contents on Fedora 36
/usr/lib64/ghc-8.10.5/hxt-unicode-9.0.2.4/Data/Char/IsoLatinTables.p_hi
/usr/lib64/ghc-8.10.5/hxt-unicode-9.0.2.4/Data/String/EncodingNames.p_hi
/usr/lib64/ghc-8.10.5/hxt-unicode-9.0.2.4/Data/String/UTF8.p_hi
/usr/lib64/ghc-8.10.5/hxt-unicode-9.0.2.4/Data/String/UTF8Decoding.p_hi
/usr/lib64/ghc-8.10.5/hxt-unicode-9.0.2.4/Data/String/Unicode.p_hi
/usr/lib64/ghc-8.10.5/hxt-unicode-9.0.2.4/libHShxt-unicode-9.0.2.4-GK0ThHzJt0FAHsh6s5OtO_p.a
References
Summary
In this tutorial we learn how to install ghc-hxt-unicode-prof
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).