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

Last updated: January 13,2025

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

This guide let you learn how to install ghc-cryptohash-md5.x86_64 on Fedora 35

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

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

In this section, we are going to explain the necessary steps to uninstall ghc-cryptohash-md5.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:23:30 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-cryptohash-md5
Version : 0.11.100.1
Release : 19.fc35
Architecture : x86_64
Size : 20 k
Source : ghc-cryptohash-md5-0.11.100.1-19.fc35.src.rpm
Repository : fedora
Summary : Fast, pure and practical MD5 implementation
URL : https://hackage.haskell.org/package/cryptohash-md5
License : BSD
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.