How to Install and Uninstall ghc-hashable Package on openSUSE Leap

Last updated: May 13,2024

1. Install "ghc-hashable" package

In this section, we are going to explain the necessary steps to install ghc-hashable on openSUSE Leap

$ 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 Leap:

$ sudo zypper remove ghc-hashable

3. Information about the ghc-hashable package on openSUSE Leap

Information for package ghc-hashable:
-------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : ghc-hashable
Version : 1.4.3.0-150500.3.3.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 316.7 KiB
Installed : No
Status : not installed
Source package : ghc-hashable-1.4.3.0-150500.3.3.1.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