How To Install ghc-x509-prof on Fedora 36
Introduction
In this tutorial we learn how to install ghc-x509-prof
on Fedora 36.
What is ghc-x509-prof
This package provides the Haskell x509 profiling library.
We can use yum
or dnf
to install ghc-x509-prof
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-x509-prof.
Install ghc-x509-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-x509-prof
using dnf
by running the following command:
sudo dnf -y install ghc-x509-prof
Install ghc-x509-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-x509-prof
using yum
by running the following command:
sudo yum -y install ghc-x509-prof
How To Uninstall ghc-x509-prof on Fedora 36
To uninstall only the ghc-x509-prof
package we can use the following command:
sudo dnf remove ghc-x509-prof
ghc-x509-prof Package Contents on Fedora 36
/usr/lib64/ghc-8.10.5/x509-1.7.5/Data/X509.p_hi
/usr/lib64/ghc-8.10.5/x509-1.7.5/Data/X509/AlgorithmIdentifier.p_hi
/usr/lib64/ghc-8.10.5/x509-1.7.5/Data/X509/CRL.p_hi
/usr/lib64/ghc-8.10.5/x509-1.7.5/Data/X509/Cert.p_hi
/usr/lib64/ghc-8.10.5/x509-1.7.5/Data/X509/CertificateChain.p_hi
/usr/lib64/ghc-8.10.5/x509-1.7.5/Data/X509/DistinguishedName.p_hi
/usr/lib64/ghc-8.10.5/x509-1.7.5/Data/X509/EC.p_hi
/usr/lib64/ghc-8.10.5/x509-1.7.5/Data/X509/Ext.p_hi
/usr/lib64/ghc-8.10.5/x509-1.7.5/Data/X509/ExtensionRaw.p_hi
/usr/lib64/ghc-8.10.5/x509-1.7.5/Data/X509/Internal.p_hi
/usr/lib64/ghc-8.10.5/x509-1.7.5/Data/X509/OID.p_hi
/usr/lib64/ghc-8.10.5/x509-1.7.5/Data/X509/PrivateKey.p_hi
/usr/lib64/ghc-8.10.5/x509-1.7.5/Data/X509/PublicKey.p_hi
/usr/lib64/ghc-8.10.5/x509-1.7.5/Data/X509/Signed.p_hi
/usr/lib64/ghc-8.10.5/x509-1.7.5/libHSx509-1.7.5-In4H1Kgffp1ABxdhonbdQs_p.a
References
Summary
In this tutorial we learn how to install ghc-x509-prof
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).