How to Install and Uninstall ghc-http-client.x86_64 Package on AlmaLinux 9

Last updated: October 05,2024

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

Please follow the guidelines below to install ghc-http-client.x86_64 on AlmaLinux 9

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

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

Here is a brief guide to show you how to uninstall ghc-http-client.x86_64 on AlmaLinux 9:

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

3. Information about the ghc-http-client.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:33:13 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : ghc-http-client
Version : 0.6.4.1
Release : 7.el9
Architecture : x86_64
Size : 219 k
Source : ghc-http-client-0.6.4.1-7.el9.src.rpm
Repository : epel
Summary : A basic HTTP client engine
URL : https://hackage.haskell.org/package/http-client
License : MIT and BSD
Description : An HTTP client engine, intended as a base layer for more user-friendly
: packages, refactored from http-conduit. Note that, if you want to make HTTPS
: secure connections, you should use http-client-tls in addition to this library.