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

Last updated: November 25,2024

1. Install "ghc-SHA.x86_64" package

This tutorial shows how to install ghc-SHA.x86_64 on Fedora 39

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

2. Uninstall "ghc-SHA.x86_64" package

This guide let you learn how to uninstall ghc-SHA.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 2:29:22 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-SHA
Version : 1.6.4.4
Release : 23.fc39
Architecture : x86_64
Size : 81 k
Source : ghc-SHA-1.6.4.4-23.fc39.src.rpm
Repository : fedora
Summary : SHA message digest functions
URL : https://hackage.haskell.org/package/SHA
License : BSD-3-Clause
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.