How to Install and Uninstall perl-Crypt-OpenSSL-RSA Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "perl-Crypt-OpenSSL-RSA" package

Learn how to install perl-Crypt-OpenSSL-RSA on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Crypt-OpenSSL-RSA

2. Uninstall "perl-Crypt-OpenSSL-RSA" package

Learn how to uninstall perl-Crypt-OpenSSL-RSA on openSuSE Tumbleweed:

$ sudo zypper remove perl-Crypt-OpenSSL-RSA

3. Information about the perl-Crypt-OpenSSL-RSA package on openSuSE Tumbleweed

Information for package perl-Crypt-OpenSSL-RSA:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Crypt-OpenSSL-RSA
Version : 0.33-1.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 97.6 KiB
Installed : No
Status : not installed
Source package : perl-Crypt-OpenSSL-RSA-0.33-1.7.src
Upstream URL : https://metacpan.org/release/Crypt-OpenSSL-RSA
Summary : RSA encoding and decoding, using the openSSL libraries
Description :
'Crypt::OpenSSL::RSA' provides the ability to RSA encrypt strings which are
somewhat shorter than the block size of a key. It also allows for
decryption, signatures and signature verification.
_NOTE_: Many of the methods in this package can croak, so use 'eval', or
Error.pm's try/catch mechanism to capture errors. Also, while some methods
from earlier versions of this package return true on success, this (never
documented) behavior is no longer the case.