How To Install ghc-clientsession on Fedora 36

In this tutorial we learn how to install ghc-clientsession in Fedora 36. ghc-clientsession is Securely store session data in a client-side cookie

Introduction

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

What is ghc-clientsession

Achieves security through AES-CTR encryption and Skein-MAC-512-256 authentication. Uses Base64 encoding to avoid any issues with characters.

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

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

sudo dnf -y install ghc-clientsession

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

sudo yum -y install ghc-clientsession

How To Uninstall ghc-clientsession on Fedora 36

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

sudo dnf remove ghc-clientsession

ghc-clientsession Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/60ca6b47ef360f45409a1de33ec5a9695bb217
/usr/lib64/libHSclientsession-0.9.1.2-8N3ZwSnJ2XT5qTP8kBtKKd-ghc8.10.5.so
/usr/share/licenses/ghc-clientsession
/usr/share/licenses/ghc-clientsession/LICENSE

References

Summary

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