How To Install ghc-x509-system on Fedora 36

In this tutorial we learn how to install ghc-x509-system in Fedora 36. ghc-x509-system is Handle per-operating-system X.509 accessors and storage

Introduction

In this tutorial we learn how to install ghc-x509-system on Fedora 36.

What is ghc-x509-system

System X.509 handling.

We can use yum or dnf to install ghc-x509-system on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-x509-system.

Install ghc-x509-system 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-system using dnf by running the following command:

sudo dnf -y install ghc-x509-system

Install ghc-x509-system 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-system using yum by running the following command:

sudo yum -y install ghc-x509-system

How To Uninstall ghc-x509-system on Fedora 36

To uninstall only the ghc-x509-system package we can use the following command:

sudo dnf remove ghc-x509-system

ghc-x509-system Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/1e5d440ee3138f6a47926f4bc13cd548a31d3a
/usr/lib64/libHSx509-system-1.6.6-L66XAMlwmtyLxvevRmrHMl-ghc8.10.5.so
/usr/share/licenses/ghc-x509-system
/usr/share/licenses/ghc-x509-system/LICENSE

References

Summary

In this tutorial we learn how to install ghc-x509-system on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).