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

Last updated: October 02,2024

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

Please follow the steps below to install ghc-http-conduit.x86_64 on Oracle Linux 9

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

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

Please follow the guidance below to uninstall ghc-http-conduit.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 1:01:14 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-http-conduit
Version : 2.3.8
Release : 2.el9
Architecture : x86_64
Size : 44 k
Source : ghc-http-conduit-2.3.8-2.el9.src.rpm
Repository : epel
Summary : HTTP client package with conduit interface and HTTPS support
URL : https://hackage.haskell.org/package/http-conduit
License : BSD
Description : This package uses conduit for parsing the actual contents of the HTTP
: connection. It also provides higher-level functions which allow you to avoid
: directly dealing with streaming data. See
: for more information.
:
: The 'Network.HTTP.Conduit.Browser' module has been moved to
: .