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

Last updated: October 17,2024

1. Install "ghc-wreq.x86_64" package

This is a short guide on how to install ghc-wreq.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ghc-wreq.x86_64

2. Uninstall "ghc-wreq.x86_64" package

This tutorial shows how to uninstall ghc-wreq.x86_64 on Fedora 36:

$ sudo dnf remove ghc-wreq.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:23:23 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-wreq
Version : 0.5.3.3
Release : 2.fc36
Architecture : x86_64
Size : 156 k
Source : ghc-wreq-0.5.3.3-2.fc36.src.rpm
Repository : fedora
Summary : An easy-to-use HTTP client library
URL : https://hackage.haskell.org/package/wreq
License : BSD
Description : A web client library that is designed for ease of use.
:
: Tutorial:
:
: Features include:
:
: * Simple but powerful `lens`-based API
:
: * A solid test suite, and built on reliable libraries like http-client and lens
:
: * Session handling includes connection keep-alive and pooling, and cookie
: persistence
:
: * Automatic response body decompression
:
: * Powerful multipart form and file upload handling
:
: * Support for JSON requests and responses, including navigation of schema-less
: responses
:
: * Basic and OAuth2 bearer authentication
:
: * Early TLS support via the tls package.