How to Install and Uninstall ghc-http-client-restricted.x86_64 Package on Fedora 35

Last updated: November 30,2024

1. Install "ghc-http-client-restricted.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-http-client-restricted.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install ghc-http-client-restricted.x86_64

2. Uninstall "ghc-http-client-restricted.x86_64" package

Please follow the guidelines below to uninstall ghc-http-client-restricted.x86_64 on Fedora 35:

$ sudo dnf remove ghc-http-client-restricted.x86_64 $ sudo dnf autoremove

3. Information about the ghc-http-client-restricted.x86_64 package on Fedora 35

Last metadata expiration check: 2:07:31 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-http-client-restricted
Version : 0.0.3
Release : 4.fc35
Architecture : x86_64
Size : 30 k
Source : ghc-http-client-restricted-0.0.3-4.fc35.src.rpm
Repository : fedora
Summary : Restricting the servers that http-client will use
URL : https://hackage.haskell.org/package/http-client-restricted
License : MIT
Description : Addition to the http-client and http-client-tls libraries, that restricts the
: HTTP servers that can be used.
:
: This is useful when a security policy needs to eg, prevent connections to HTTP
: servers on localhost or a local network, or only allow connections to a
: specific HTTP server.
:
: It handles restricting redirects as well as the initial HTTP connection, and it
: also guards against DNS poisoning attacks.