How to Install and Uninstall ghc-http-common.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

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

Please follow the steps below to install ghc-http-common.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the step by step instructions below to uninstall ghc-http-common.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the ghc-http-common.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:15:02 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-http-common
Version : 0.8.3.4
Release : 1.el9
Architecture : x86_64
Size : 63 k
Source : ghc-http-common-0.8.3.4-1.el9.src.rpm
Repository : epel
Summary : Common types for HTTP clients and servers
URL : https://hackage.haskell.org/package/http-common
License : BSD
Description : /Overview/
:
: Base types used by a variety of HTTP clients and servers. See http-streams
: "Network.Http.Client" or pipes-http "Pipes.Http.Client" for full documentation.
: You can import 'Network.Http.Types' if you like, but both http-streams and
: pipes-http re-export this package's types and functions.