How to Install and Uninstall ghc-http-client-tls.x86_64 Package on Rocky Linux 9

Last updated: June 02,2024

1. Install "ghc-http-client-tls.x86_64" package

This tutorial shows how to install ghc-http-client-tls.x86_64 on Rocky Linux 9

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

2. Uninstall "ghc-http-client-tls.x86_64" package

This guide let you learn how to uninstall ghc-http-client-tls.x86_64 on Rocky Linux 9:

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

3. Information about the ghc-http-client-tls.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:22:09 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : ghc-http-client-tls
Version : 0.3.5.3
Release : 16.el9
Architecture : x86_64
Size : 44 k
Source : ghc-http-client-tls-0.3.5.3-16.el9.src.rpm
Repository : epel
Summary : Http-client backend using the connection package and tls library
URL : https://hackage.haskell.org/package/http-client-tls
License : MIT
Description : Use the http-client package with the pure-Haskell tls package for secure
: connections. Intended for use by higher-level libraries, such as http-conduit.