How to Install and Uninstall ghc-http-common.x86_64 Package on Fedora 36

Last updated: September 28,2024

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

In this section, we are going to explain the necessary steps to install ghc-http-common.x86_64 on Fedora 36

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

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

This is a short guide on how to uninstall ghc-http-common.x86_64 on Fedora 36:

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

3. Information about the ghc-http-common.x86_64 package on Fedora 36

Last metadata expiration check: 2:40:57 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-http-common
Version : 0.8.2.1
Release : 5.fc36
Architecture : x86_64
Size : 57 k
Source : ghc-http-common-0.8.2.1-5.fc36.src.rpm
Repository : fedora
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.