How To Install ghc-x509-store on Fedora 36

In this tutorial we learn how to install ghc-x509-store in Fedora 36. ghc-x509-store is X.509 collection accessing and storing methods

Introduction

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

What is ghc-x509-store

X.509 collection accessing and storing methods for certificate, crl, exception list.

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

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

sudo dnf -y install ghc-x509-store

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

sudo yum -y install ghc-x509-store

How To Uninstall ghc-x509-store on Fedora 36

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

sudo dnf remove ghc-x509-store

ghc-x509-store Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/54
/usr/lib/.build-id/54/460a96b9f31600adcb12d1e10dcc88b494b6c9
/usr/lib64/libHSx509-store-1.6.7-JZw6o5byrcS7KtLSen2vts-ghc8.10.5.so
/usr/share/licenses/ghc-x509-store
/usr/share/licenses/ghc-x509-store/LICENSE

References

Summary

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