How to Install and Uninstall ghc-hashable Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "ghc-hashable" package

Please follow the guidelines below to install ghc-hashable on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-hashable

2. Uninstall "ghc-hashable" package

Here is a brief guide to show you how to uninstall ghc-hashable on openSuSE Tumbleweed:

$ sudo zypper remove ghc-hashable

3. Information about the ghc-hashable package on openSuSE Tumbleweed

Information for package ghc-hashable:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-hashable
Version : 1.4.3.0-2.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 320.9 KiB
Installed : No
Status : not installed
Source package : ghc-hashable-1.4.3.0-2.4.src
Upstream URL : https://hackage.haskell.org/package/hashable
Summary : A class for types that can be converted to a hash value
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.
The 'Hashable' 'hash' values are not guaranteed to be stable across library
versions, operating systems or architectures. For stable hashing use named
hashes: SHA256, CRC32 etc.

5. The same packages on other Linux Distributions