How to Install and Uninstall ghc-SHA.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 25,2024

1. Install "ghc-SHA.x86_64" package

Learn how to install ghc-SHA.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ 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 Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the ghc-SHA.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:07:09 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-SHA
Version : 1.6.4.4
Release : 12.el9
Architecture : x86_64
Size : 70 k
Source : ghc-SHA-1.6.4.4-12.el9.src.rpm
Repository : epel
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.