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