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