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

Last updated: October 06,2024

1. Install "ghc-wreq.x86_64" package

This guide covers the steps necessary to install ghc-wreq.x86_64 on Fedora 34

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

2. Uninstall "ghc-wreq.x86_64" package

This guide let you learn how to uninstall ghc-wreq.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:25:06 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-wreq
Version : 0.5.3.2
Release : 5.fc34
Architecture : x86_64
Size : 150 k
Source : ghc-wreq-0.5.3.2-5.fc34.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.