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

Last updated: September 24,2024

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

This guide let you learn how to install ghc-http-streams.x86_64 on Oracle Linux 9

$ 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 Oracle Linux 9:

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

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

Last metadata expiration check: 0:39:12 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-http-streams
Version : 0.8.9.6
Release : 1.el9
Architecture : x86_64
Size : 71 k
Source : ghc-http-streams-0.8.9.6-1.el9.src.rpm
Repository : epel
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.