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

Last updated: May 20,2024

1. Install "ghc-RSA.x86_64" package

Please follow the instructions below to install ghc-RSA.x86_64 on Fedora 38

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

2. Uninstall "ghc-RSA.x86_64" package

Please follow the guidance below to uninstall ghc-RSA.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 3:23:59 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ghc-RSA
Version : 2.4.1
Release : 12.fc38
Architecture : x86_64
Size : 54 k
Source : ghc-RSA-2.4.1-12.fc38.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-3-Clause
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).