How To Install ghc-x509 on Fedora 36
In this tutorial we learn how to install ghc-x509 in Fedora 36. ghc-x509 is X509 reader and writer
Introduction
In this tutorial we learn how to install ghc-x509
on Fedora 36.
What is ghc-x509
X509 reader and writer.
We can use yum
or dnf
to install ghc-x509
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-x509.
Install ghc-x509 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
using dnf
by running the following command:
sudo dnf -y install ghc-x509
Install ghc-x509 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
using yum
by running the following command:
sudo yum -y install ghc-x509
How To Uninstall ghc-x509 on Fedora 36
To uninstall only the ghc-x509
package we can use the following command:
sudo dnf remove ghc-x509
ghc-x509 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/9398d596b4d49a3c8840319b42b78f8c21c42e
/usr/lib64/libHSx509-1.7.5-In4H1Kgffp1ABxdhonbdQs-ghc8.10.5.so
/usr/share/licenses/ghc-x509
/usr/share/licenses/ghc-x509/LICENSE
References
Summary
In this tutorial we learn how to install ghc-x509
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).