How to Install and Uninstall perl-Crypt-OpenSSL-Bignum.x86_64 Package on CentOS Stream 8

Last updated: November 02,2024

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

Please follow the instructions below to install perl-Crypt-OpenSSL-Bignum.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install perl-Crypt-OpenSSL-Bignum.x86_64

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

This guide let you learn how to uninstall perl-Crypt-OpenSSL-Bignum.x86_64 on CentOS Stream 8:

$ sudo dnf remove perl-Crypt-OpenSSL-Bignum.x86_64 $ sudo dnf autoremove

3. Information about the perl-Crypt-OpenSSL-Bignum.x86_64 package on CentOS Stream 8

Last metadata expiration check: 0:45:18 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Crypt-OpenSSL-Bignum
Version : 0.09
Release : 5.el8
Architecture : x86_64
Size : 46 k
Source : perl-Crypt-OpenSSL-Bignum-0.09-5.el8.src.rpm
Repository : appstream
Summary : Perl interface to OpenSSL for Bignum
URL : https://metacpan.org/release/Crypt-OpenSSL-Bignum
License : GPL+ or Artistic
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.