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

Last updated: October 05,2024

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

Learn how to install ghc-cryptohash-sha1.x86_64 on Fedora 34

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

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

This is a short guide on how to uninstall ghc-cryptohash-sha1.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:16:20 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-cryptohash-sha1
Version : 0.11.100.1
Release : 17.fc34
Architecture : x86_64
Size : 22 k
Source : ghc-cryptohash-sha1-0.11.100.1-17.fc34.src.rpm
Repository : fedora
Summary : Fast, pure and practical SHA-1 implementation
URL : https://hackage.haskell.org/package/cryptohash-sha1
License : BSD
Description : A practical incremental and one-pass, pure API to the SHA-1 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 SHA1 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.SHA1" module, though with a clearly smaller
: footprint.