How to Install and Uninstall perl-Crypt-OpenSSL-Bignum.x86_64 Package on Rocky Linux 8

Last updated: May 18,2024

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

Please follow the guidelines below to install perl-Crypt-OpenSSL-Bignum.x86_64 on Rocky Linux 8

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

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

This is a short guide on how to uninstall perl-Crypt-OpenSSL-Bignum.x86_64 on Rocky Linux 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 Rocky Linux 8

Last metadata expiration check: 2:27:38 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Crypt-OpenSSL-Bignum
Version : 0.09
Release : 5.el8
Architecture : x86_64
Size : 45 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.