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

Last updated: June 30,2024

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

Here is a brief guide to show you how to install ghc-cryptohash-sha256.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This guide covers the steps necessary to uninstall ghc-cryptohash-sha256.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ 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 9 (RHEL 9)

Last metadata expiration check: 0:06:22 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-cryptohash-sha256
Version : 0.11.102.1
Release : 1.el9
Architecture : x86_64
Size : 25 k
Source : ghc-cryptohash-sha256-0.11.102.1-1.el9.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
: according to FIPS 180-4 with performance close to the fastest implementations
: available in other languages.
:
: This package can be used as a drop-in replacement for
: cryptohash's "Crypto.Hash.SHA256" module, though with a clearly smaller
: footprint.