How To Install ghc-unicode-transforms-prof on Fedora 36
Introduction
In this tutorial we learn how to install ghc-unicode-transforms-prof
on Fedora 36.
What is ghc-unicode-transforms-prof
This package provides the Haskell unicode-transforms profiling library.
We can use yum
or dnf
to install ghc-unicode-transforms-prof
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-unicode-transforms-prof.
Install ghc-unicode-transforms-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-unicode-transforms-prof
using dnf
by running the following command:
sudo dnf -y install ghc-unicode-transforms-prof
Install ghc-unicode-transforms-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-unicode-transforms-prof
using yum
by running the following command:
sudo yum -y install ghc-unicode-transforms-prof
How To Uninstall ghc-unicode-transforms-prof on Fedora 36
To uninstall only the ghc-unicode-transforms-prof
package we can use the following command:
sudo dnf remove ghc-unicode-transforms-prof
ghc-unicode-transforms-prof Package Contents on Fedora 36
/usr/lib64/ghc-8.10.5/unicode-transforms-0.3.7.1/Data/ByteString/UTF8/Normalize.p_hi
/usr/lib64/ghc-8.10.5/unicode-transforms-0.3.7.1/Data/Text/Normalize.p_hi
/usr/lib64/ghc-8.10.5/unicode-transforms-0.3.7.1/Data/Unicode/Internal/Bits.p_hi
/usr/lib64/ghc-8.10.5/unicode-transforms-0.3.7.1/Data/Unicode/Internal/Division.p_hi
/usr/lib64/ghc-8.10.5/unicode-transforms-0.3.7.1/Data/Unicode/Internal/NormalizeStream.p_hi
/usr/lib64/ghc-8.10.5/unicode-transforms-0.3.7.1/Data/Unicode/Properties/CombiningClass.p_hi
/usr/lib64/ghc-8.10.5/unicode-transforms-0.3.7.1/Data/Unicode/Properties/Compositions.p_hi
/usr/lib64/ghc-8.10.5/unicode-transforms-0.3.7.1/Data/Unicode/Properties/Decomposable.p_hi
/usr/lib64/ghc-8.10.5/unicode-transforms-0.3.7.1/Data/Unicode/Properties/DecomposableK.p_hi
/usr/lib64/ghc-8.10.5/unicode-transforms-0.3.7.1/Data/Unicode/Properties/Decompose.p_hi
/usr/lib64/ghc-8.10.5/unicode-transforms-0.3.7.1/Data/Unicode/Properties/DecomposeHangul.p_hi
/usr/lib64/ghc-8.10.5/unicode-transforms-0.3.7.1/Data/Unicode/Properties/Decompositions.p_hi
/usr/lib64/ghc-8.10.5/unicode-transforms-0.3.7.1/Data/Unicode/Properties/DecompositionsK.p_hi
/usr/lib64/ghc-8.10.5/unicode-transforms-0.3.7.1/Data/Unicode/Properties/DecompositionsK2.p_hi
/usr/lib64/ghc-8.10.5/unicode-transforms-0.3.7.1/Data/Unicode/Types.p_hi
/usr/lib64/ghc-8.10.5/unicode-transforms-0.3.7.1/libHSunicode-transforms-0.3.7.1-LKJVUJ7MTdlEWah16gtFFf_p.a
References
Summary
In this tutorial we learn how to install ghc-unicode-transforms-prof
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).