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

Last updated: October 05,2024

1. Install "ghc-SHA.x86_64" package

This is a short guide on how to install ghc-SHA.x86_64 on Fedora 34

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

2. Uninstall "ghc-SHA.x86_64" package

Learn how to uninstall ghc-SHA.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:12:46 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-SHA
Version : 1.6.4.4
Release : 9.fc34
Architecture : x86_64
Size : 71 k
Source : ghc-SHA-1.6.4.4-9.fc34.src.rpm
Repository : fedora
Summary : SHA message digest functions
URL : https://hackage.haskell.org/package/SHA
License : BSD
Description : This library implements the SHA suite of message digest functions,
: according to NIST FIPS 180-2 (with the SHA-224 addendum), as well as
: the SHA-based HMAC routines. The functions have been tested against
: most of the NIST and RFC test vectors for the various functions.
: While some attention has been paid to performance, these do not
: presently reach the speed of well-tuned libraries, like OpenSSL.