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

Last updated: June 05,2024

1. Install "ghc-SHA" package

Learn how to install ghc-SHA on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ghc-SHA

2. Uninstall "ghc-SHA" package

This guide let you learn how to uninstall ghc-SHA on openSUSE Leap:

$ sudo zypper remove ghc-SHA

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

Information for package ghc-SHA:
--------------------------------
Repository : Main Repository
Name : ghc-SHA
Version : 1.6.4.4-150500.1.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 368.8 KiB
Installed : No
Status : not installed
Source package : ghc-SHA-1.6.4.4-150500.1.1.src
Upstream URL : https://hackage.haskell.org/package/SHA
Summary : Implementations of the SHA suite of message digest functions
Description :
This library implements the SHA suite of message digest functions, according to
NIST FIPS 180-2 (with the SHA-224 addendum), as well as the SHA-based HMAC
routines. The functions have been tested against most of the NIST and RFC test
vectors for the various functions. While some attention has been paid to
performance, these do not presently reach the speed of well-tuned libraries,
like OpenSSL.