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

Last updated: September 23,2024

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

Please follow the step by step instructions below to install ghc-cryptohash-sha256.x86_64 on Fedora 38

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

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

Please follow the guidance below to uninstall ghc-cryptohash-sha256.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 2:30:45 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ghc-cryptohash-sha256
Version : 0.11.102.1
Release : 4.fc38
Architecture : x86_64
Size : 26 k
Source : ghc-cryptohash-sha256-0.11.102.1-4.fc38.src.rpm
Repository : fedora
Summary : Fast, pure and practical SHA-256 implementation
URL : https://hackage.haskell.org/package/cryptohash-sha256
License : BSD-3-Clause
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.