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

Last updated: June 26,2024

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

Please follow the guidelines below to install ghc-http-streams.x86_64 on Fedora 36

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

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

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

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

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

Last metadata expiration check: 1:03:43 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-http-streams
Version : 0.8.8.1
Release : 3.fc36
Architecture : x86_64
Size : 69 k
Source : ghc-http-streams-0.8.8.1-3.fc36.src.rpm
Repository : fedora
Summary : An HTTP client using io-streams
URL : https://hackage.haskell.org/package/http-streams
License : BSD
Description : An HTTP client, using the Snap Framework's 'io-streams' library to handle the
: streaming IO. The API is optimized for ease of use for the rather common case
: of code needing to query web services and deal with the result.
:
: The library is exported in a single module; see "Network.Http.Client" for full
: documentation.