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

Last updated: October 06,2024

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

This guide covers the steps necessary to install ghc-http-common.x86_64 on Fedora 34

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

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

This guide covers the steps necessary to uninstall ghc-http-common.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:05:14 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-http-common
Version : 0.8.2.1
Release : 2.fc34
Architecture : x86_64
Size : 56 k
Source : ghc-http-common-0.8.2.1-2.fc34.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.