How to Install and Uninstall perl-Crypt-OpenSSL-Bignum.x86_64 Package on Fedora 36

Last updated: April 29,2024

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

This guide covers the steps necessary to install perl-Crypt-OpenSSL-Bignum.x86_64 on Fedora 36

$ 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 Fedora 36:

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

3. Information about the perl-Crypt-OpenSSL-Bignum.x86_64 package on Fedora 36

Last metadata expiration check: 3:17:06 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Crypt-OpenSSL-Bignum
Version : 0.09
Release : 17.fc36
Architecture : x86_64
Size : 42 k
Source : perl-Crypt-OpenSSL-Bignum-0.09-17.fc36.src.rpm
Repository : fedora
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.