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

Last updated: May 19,2024

1. Install "ghc-cryptohash.x86_64" package

Please follow the instructions below to install ghc-cryptohash.x86_64 on Fedora 36

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

2. Uninstall "ghc-cryptohash.x86_64" package

This guide let you learn how to uninstall ghc-cryptohash.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 0:04:34 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-cryptohash
Version : 0.11.9
Release : 22.fc36
Architecture : x86_64
Size : 63 k
Source : ghc-cryptohash-0.11.9-22.fc36.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.