How to Install and Uninstall ghc-cryptohash-sha256.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: May 20,2024

1. Install "ghc-cryptohash-sha256.x86_64" package

Please follow the guidelines below to install ghc-cryptohash-sha256.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install ghc-cryptohash-sha256.x86_64

2. Uninstall "ghc-cryptohash-sha256.x86_64" package

Please follow the steps below to uninstall ghc-cryptohash-sha256.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove ghc-cryptohash-sha256.x86_64 $ sudo dnf autoremove

3. Information about the ghc-cryptohash-sha256.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:57:46 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ghc-cryptohash-sha256
Version : 0.11.101.0
Release : 2.el8
Architecture : x86_64
Size : 24 k
Source : ghc-cryptohash-sha256-0.11.101.0-2.el8.src.rpm
Repository : epel
Summary : Fast, pure and practical SHA-256 implementation
URL : https://hackage.haskell.org/package/cryptohash-sha256
License : BSD
Description : A practical incremental and one-pass, pure API to the SHA-256 hash algorithm
: (including HMAC support) with performance close to the fastest implementations
: available in other languages.
:
: NOTE: This package has been forked off 'cryptohash-0.11.7' because the
: 'cryptohash' package has been deprecated and so this package continues to
: satisfy the need for a lightweight package providing the SHA256 hash algorithm
: without any dependencies on packages other than 'base' and 'bytestring'.
:
: Consequently, this package can be used as a drop-in replacement for
: cryptohash's "Crypto.Hash.SHA256" module, though with a clearly smaller
: footprint.