How to Install and Uninstall ghc-digest.x86_64 Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "ghc-digest.x86_64" package

Please follow the step by step instructions below to install ghc-digest.x86_64 on Oracle Linux 9

$ 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 Oracle Linux 9:

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

3. Information about the ghc-digest.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:53:32 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-digest
Version : 0.0.1.3
Release : 3.el9
Architecture : x86_64
Size : 16 k
Source : ghc-digest-0.0.1.3-3.el9.src.rpm
Repository : epel
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.