How to Install and Uninstall ghc-cryptohash-sha256.x86_64 Package on Fedora 34

Last updated: October 05,2024

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

This is a short guide on how to install ghc-cryptohash-sha256.x86_64 on Fedora 34

$ 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 Fedora 34:

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

3. Information about the ghc-cryptohash-sha256.x86_64 package on Fedora 34

Last metadata expiration check: 0:52:36 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-cryptohash-sha256
Version : 0.11.101.0
Release : 12.fc34
Architecture : x86_64
Size : 25 k
Source : ghc-cryptohash-sha256-0.11.101.0-12.fc34.src.rpm
Repository : fedora
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.