How to Install and Uninstall ghc-hashable.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 27,2024

1. Install "ghc-hashable.x86_64" package

Please follow the guidelines below to install ghc-hashable.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "ghc-hashable.x86_64" package

This tutorial shows how to uninstall ghc-hashable.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the ghc-hashable.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:07:01 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ghc-hashable
Version : 1.2.7.0
Release : 1.el8
Architecture : x86_64
Size : 46 k
Source : ghc-hashable-1.2.7.0-1.el8.src.rpm
Repository : epel
Summary : A class for types that can be converted to a hash value
URL : https://hackage.haskell.org/package/hashable
License : BSD
Description : This package defines a class, 'Hashable', for types that can be converted to a
: hash value. This class exists for the benefit of hashing-based data structures.
: The package provides instances for basic types and a way to combine hash
: values.