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

Last updated: October 05,2024

1. Install "ghc-cryptohash.x86_64" package

Please follow the guidance below to install ghc-cryptohash.x86_64 on Fedora 34

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

2. Uninstall "ghc-cryptohash.x86_64" package

Learn how to uninstall ghc-cryptohash.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:54:55 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-cryptohash
Version : 0.11.9
Release : 18.fc34
Architecture : x86_64
Size : 65 k
Source : ghc-cryptohash-0.11.9-18.fc34.src.rpm
Repository : fedora
Summary : Collection of crypto hashes, fast, pure and practical
URL : https://hackage.haskell.org/package/cryptohash
License : BSD
Description : DEPRECATED: this library is still fully functional, but please use cryptonite
: for new projects and convert old one to use cryptonite. This is where things
: are at nowadays.
:
: A collection of crypto hashes, with a practical incremental and one-pass,
: pure APIs, with performance close to the fastest implementations available
: in other languages. The implementations are made in C with
: a Haskell FFI wrapper that hide the C implementation.