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

Last updated: November 07,2024

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

This tutorial shows how to install perl-Crypt-OpenSSL-Bignum on openSuSE Tumbleweed

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

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

Please follow the instructions below to uninstall perl-Crypt-OpenSSL-Bignum on openSuSE Tumbleweed:

$ sudo zypper remove perl-Crypt-OpenSSL-Bignum

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

Information for package perl-Crypt-OpenSSL-Bignum:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Crypt-OpenSSL-Bignum
Version : 0.09-1.25
Arch : x86_64
Vendor : openSUSE
Installed Size : 85.7 KiB
Installed : No
Status : not installed
Source package : perl-Crypt-OpenSSL-Bignum-0.09-1.25.src
Upstream URL : http://search.cpan.org/dist/Crypt-OpenSSL-Bignum/
Summary : OpenSSL's multiprecision integer arithmetic
Description :
Crypt::OpenSSL::Bignum provides access to OpenSSL multiprecision integer
arithmetic libraries. Presently, many though not all of the arithmetic
operations that OpenSSL provides are exposed to perl. In addition, this
module can be used to provide access to bignum values produced by other
OpenSSL modules, such as key parameters from Crypt::OpenSSL::RSA.
_NOTE_: Many of the methods in this package can croak, so use eval, or
Error.pm's try/catch mechanism to capture errors.