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

Last updated: June 02,2024

1. Install "ghc-RSA" package

Please follow the guidance below to install ghc-RSA on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-RSA

2. Uninstall "ghc-RSA" package

This guide let you learn how to uninstall ghc-RSA on openSuSE Tumbleweed:

$ sudo zypper remove ghc-RSA

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

Information for package ghc-RSA:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-RSA
Version : 2.4.1-1.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 266,9 KiB
Installed : No
Status : not installed
Source package : ghc-RSA-2.4.1-1.14.src
Summary : Implementation of RSA, using the padding schemes of PKCS#1 v2.1
Description :
This library implements the RSA encryption and signature algorithms for
arbitrarily-sized ByteStrings. While the implementations work, they are not
necessarily the fastest ones on the planet. Particularly key generation.
The algorithms included are based of RFC 3447, or the Public-Key Cryptography
Standard for RSA, version 2.1 (a.k.a, PKCS#1 v2.1).