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

Last updated: October 05,2024

1. Install "ghc-digest.x86_64" package

Please follow the instructions below to install ghc-digest.x86_64 on Fedora 34

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

2. Uninstall "ghc-digest.x86_64" package

This guide covers the steps necessary to uninstall ghc-digest.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 5:15:21 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-digest
Version : 0.0.1.2
Release : 23.fc34
Architecture : x86_64
Size : 15 k
Source : ghc-digest-0.0.1.2-23.fc34.src.rpm
Repository : fedora
Summary : Cryptographic hashes for bytestrings
URL : https://hackage.haskell.org/package/digest
License : BSD
Description : This package provides efficient cryptographic hash implementations for
: strict and lazy bytestrings. For now, CRC32 and Adler32 are supported;
: they are implemented as FFI bindings to efficient code from zlib.