How To Install ghc-x509-validation on Fedora 36

In this tutorial we learn how to install ghc-x509-validation in Fedora 36. ghc-x509-validation is X.509 Certificate and CRL validation

Introduction

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

What is ghc-x509-validation

X.509 Certificate and CRL validation. please see README.

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

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

sudo dnf -y install ghc-x509-validation

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

sudo yum -y install ghc-x509-validation

How To Uninstall ghc-x509-validation on Fedora 36

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

sudo dnf remove ghc-x509-validation

ghc-x509-validation Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/c0edf724a9c762f3a7c346bc104f666192ff5f
/usr/lib64/libHSx509-validation-1.6.11-KHFc3DPHDJfHcS4aItmGKm-ghc8.10.5.so
/usr/share/licenses/ghc-x509-validation
/usr/share/licenses/ghc-x509-validation/LICENSE

References

Summary

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