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

Last updated: February 03,2025

1. Install "ghc-RSA" package

Please follow the instructions below to install ghc-RSA on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ghc-RSA

2. Uninstall "ghc-RSA" package

Here is a brief guide to show you how to uninstall ghc-RSA on openSUSE Leap:

$ sudo zypper remove ghc-RSA

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

Information for package ghc-RSA:
--------------------------------
Repository : Main Repository
Name : ghc-RSA
Version : 2.4.1-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 258.7 KiB
Installed : No
Status : not installed
Source package : ghc-RSA-2.4.1-bp155.2.14.src
Upstream URL : https://hackage.haskell.org/package/RSA
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).