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

Last updated: July 03,2024

1. Install "ghc-RSA.x86_64" package

Here is a brief guide to show you how to install ghc-RSA.x86_64 on Fedora 34

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

2. Uninstall "ghc-RSA.x86_64" package

This is a short guide on how to uninstall ghc-RSA.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 5:11:47 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-RSA
Version : 2.4.1
Release : 3.fc34
Architecture : x86_64
Size : 57 k
Source : ghc-RSA-2.4.1-3.fc34.src.rpm
Repository : fedora
Summary : Implementation of RSA, using the padding schemes of PKCS#1 v2.1
URL : https://hackage.haskell.org/package/RSA
License : BSD
Description : This library implements the RSA encryption and signature algorithms for
: arbitrarily-sized ByteStrings. While the implementations work, they are not
: necessarily the fastest ones on the planet. Particularly key generation.
: The algorithms included are based of RFC 3447, or the Public-Key Cryptography
: Standard for RSA, version 2.1 (a.k.a, PKCS#1 v2.1).