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