How To Install ghc-text-zipper-prof on Fedora 36
Introduction
In this tutorial we learn how to install ghc-text-zipper-prof
on Fedora 36.
What is ghc-text-zipper-prof
This package provides the Haskell text-zipper profiling library.
We can use yum
or dnf
to install ghc-text-zipper-prof
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-text-zipper-prof.
Install ghc-text-zipper-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-text-zipper-prof
using dnf
by running the following command:
sudo dnf -y install ghc-text-zipper-prof
Install ghc-text-zipper-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-text-zipper-prof
using yum
by running the following command:
sudo yum -y install ghc-text-zipper-prof
How To Uninstall ghc-text-zipper-prof on Fedora 36
To uninstall only the ghc-text-zipper-prof
package we can use the following command:
sudo dnf remove ghc-text-zipper-prof
ghc-text-zipper-prof Package Contents on Fedora 36
/usr/lib64/ghc-8.10.5/text-zipper-0.11/Data/Text/Zipper.p_hi
/usr/lib64/ghc-8.10.5/text-zipper-0.11/Data/Text/Zipper/Generic.p_hi
/usr/lib64/ghc-8.10.5/text-zipper-0.11/Data/Text/Zipper/Generic/Words.p_hi
/usr/lib64/ghc-8.10.5/text-zipper-0.11/Data/Text/Zipper/Vector.p_hi
/usr/lib64/ghc-8.10.5/text-zipper-0.11/libHStext-zipper-0.11-KAxig1wY7wJBWb83ZFkqnj_p.a
References
Summary
In this tutorial we learn how to install ghc-text-zipper-prof
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).