How to Install and Uninstall ghc-tls.x86_64 Package on CentOS Stream 9

Last updated: September 23,2024

1. Install "ghc-tls.x86_64" package

Please follow the steps below to install ghc-tls.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install ghc-tls.x86_64

2. Uninstall "ghc-tls.x86_64" package

This is a short guide on how to uninstall ghc-tls.x86_64 on CentOS Stream 9:

$ sudo dnf remove ghc-tls.x86_64 $ sudo dnf autoremove

3. Information about the ghc-tls.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:03:43 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : ghc-tls
Version : 1.5.7
Release : 1.el9
Architecture : x86_64
Size : 675 k
Source : ghc-tls-1.5.7-1.el9.src.rpm
Repository : epel
Summary : TLS/SSL protocol native implementation (Server and Client)
URL : https://hackage.haskell.org/package/tls
License : BSD
Description : Native Haskell TLS and SSL protocol implementation for server and client.
:
: This provides a high-level implementation of a sensitive security protocol,
: eliminating a common set of security issues through the use of the advanced
: type system, high level constructions and common Haskell features.
:
: Currently implement the SSL3.0, TLS1.0, TLS1.1, TLS1.2 and TLS 1.3 protocol,
: and support RSA and Ephemeral (Elliptic curve and regular) Diffie Hellman key
: exchanges, and many extensions.
:
: Some debug tools linked with tls, are available through the
: .