How to Install and Uninstall ghc-SHA.x86_64 Package on Rocky Linux 9

Last updated: May 03,2024

1. Install "ghc-SHA.x86_64" package

Please follow the guidelines below to install ghc-SHA.x86_64 on Rocky Linux 9

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

2. Uninstall "ghc-SHA.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-SHA.x86_64 on Rocky Linux 9:

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

3. Information about the ghc-SHA.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:00:19 ago on Fri Feb 16 06:49:52 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.