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

Last updated: January 10,2025

1. Install "ghc-digest.x86_64" package

This tutorial shows how to install ghc-digest.x86_64 on Fedora 35

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

2. Uninstall "ghc-digest.x86_64" package

This is a short guide on how to uninstall ghc-digest.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:57:30 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ghc-digest
Version : 0.0.1.3
Release : 1.fc35
Architecture : x86_64
Size : 16 k
Source : ghc-digest-0.0.1.3-1.fc35.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.