How to Install and Uninstall ghc-http-common.x86_64 Package on Oracle Linux 9

Last updated: October 05,2024

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

Learn how to install ghc-http-common.x86_64 on Oracle Linux 9

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

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

Please follow the instructions below to uninstall ghc-http-common.x86_64 on Oracle Linux 9:

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

3. Information about the ghc-http-common.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:07:11 ago on Thu Feb 15 07:50:05 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.