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

Last updated: October 06,2024

1. Install "ghc-HsOpenSSL.x86_64" package

This tutorial shows how to install ghc-HsOpenSSL.x86_64 on Fedora 34

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

2. Uninstall "ghc-HsOpenSSL.x86_64" package

Please follow the step by step instructions below to uninstall ghc-HsOpenSSL.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:08:38 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-HsOpenSSL
Version : 0.11.4.18
Release : 4.fc34
Architecture : x86_64
Size : 191 k
Source : ghc-HsOpenSSL-0.11.4.18-4.fc34.src.rpm
Repository : fedora
Summary : Partial OpenSSL binding for Haskell
URL : https://hackage.haskell.org/package/HsOpenSSL
License : CC0
Description : HsOpenSSL is an OpenSSL binding for Haskell. It can generate RSA and DSA keys,
: read and write PEM files, generate message digests, sign and verify messages,
: encrypt and decrypt messages. It has also some capabilities of creating SSL
: clients and servers.
:
: This package is in production use by a number of Haskell based systems and
: stable. You may also be interested in the 'tls' package,
: , which is a pure Haskell
: implementation of SSL.