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

Last updated: May 06,2024

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

This guide covers the steps necessary to install ghc-cryptohash-sha256.x86_64 on Rocky Linux 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 Rocky Linux 9:

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

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

Last metadata expiration check: 1:51:44 ago on Fri Feb 16 06:49:52 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.