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

Last updated: October 08,2024

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

This guide let you learn how to install ghc-http-streams.x86_64 on Fedora 34

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

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

This tutorial shows how to uninstall ghc-http-streams.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 5:40:32 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-http-streams
Version : 0.8.7.2
Release : 2.fc34
Architecture : x86_64
Size : 65 k
Source : ghc-http-streams-0.8.7.2-2.fc34.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.