How To Install ghc-tls-session-manager on Fedora 36

In this tutorial we learn how to install ghc-tls-session-manager in Fedora 36. ghc-tls-session-manager is In-memory TLS session manager

Introduction

In this tutorial we learn how to install ghc-tls-session-manager on Fedora 36.

What is ghc-tls-session-manager

TLS session manager with limitation, automatic pruning, energy saving and replay resistance.

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

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

sudo dnf -y install ghc-tls-session-manager

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

sudo yum -y install ghc-tls-session-manager

How To Uninstall ghc-tls-session-manager on Fedora 36

To uninstall only the ghc-tls-session-manager package we can use the following command:

sudo dnf remove ghc-tls-session-manager

ghc-tls-session-manager Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/67
/usr/lib/.build-id/67/b38dad457a2d7d2b2a35809bfac0b703b4915f
/usr/lib64/libHStls-session-manager-0.0.4-7khNYpFgAS49RH8qrMki4x-ghc8.10.5.so
/usr/share/licenses/ghc-tls-session-manager
/usr/share/licenses/ghc-tls-session-manager/LICENSE

References

Summary

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