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

Last updated: June 26,2024

1. Install "ghc-hashable.x86_64" package

Please follow the guidance below to install ghc-hashable.x86_64 on Fedora 35

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

2. Uninstall "ghc-hashable.x86_64" package

Please follow the step by step instructions below to uninstall ghc-hashable.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 2:33:53 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ghc-hashable
Version : 1.3.0.0
Release : 5.fc35
Architecture : x86_64
Size : 45 k
Source : ghc-hashable-1.3.0.0-5.fc35.src.rpm
Repository : fedora
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.