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

Last updated: September 28,2024

1. Install "ghc-SHA" package

Learn how to install ghc-SHA on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-SHA

2. Uninstall "ghc-SHA" package

This tutorial shows how to uninstall ghc-SHA on openSuSE Tumbleweed:

$ sudo zypper remove ghc-SHA

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

Information for package ghc-SHA:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-SHA
Version : 1.6.4.4-8.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 400.7 KiB
Installed : No
Status : not installed
Source package : ghc-SHA-1.6.4.4-8.6.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.