How to Install and Uninstall ghc-cryptohash-md5.x86_64 Package on Fedora 39

Last updated: October 08,2024

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

This guide covers the steps necessary to install ghc-cryptohash-md5.x86_64 on Fedora 39

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

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

Please follow the guidelines below to uninstall ghc-cryptohash-md5.x86_64 on Fedora 39:

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

3. Information about the ghc-cryptohash-md5.x86_64 package on Fedora 39

Last metadata expiration check: 2:41:14 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-cryptohash-md5
Version : 0.11.101.0
Release : 7.fc39
Architecture : x86_64
Size : 26 k
Source : ghc-cryptohash-md5-0.11.101.0-7.fc39.src.rpm
Repository : fedora
Summary : Fast, pure and practical MD5 implementation
URL : https://hackage.haskell.org/package/cryptohash-md5
License : BSD-3-Clause
Description : A practical incremental and one-pass, pure API to the MD5 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 MD5 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.MD5" module, though with a clearly smaller footprint.