How to Install and Uninstall perl-Crypt-RSA.noarch Package on Fedora 35

Last updated: May 19,2024

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

In this section, we are going to explain the necessary steps to install perl-Crypt-RSA.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Crypt-RSA.noarch

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

This is a short guide on how to uninstall perl-Crypt-RSA.noarch on Fedora 35:

$ sudo dnf remove perl-Crypt-RSA.noarch $ sudo dnf autoremove

3. Information about the perl-Crypt-RSA.noarch package on Fedora 35

Last metadata expiration check: 0:45:28 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Crypt-RSA
Version : 1.99
Release : 35.fc35
Architecture : noarch
Size : 81 k
Source : perl-Crypt-RSA-1.99-35.fc35.src.rpm
Repository : fedora
Summary : RSA public-key cryptosystem
URL : https://metacpan.org/release/Crypt-RSA
License : GPL+ or Artistic
Description : Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-key
: cryptosystem. It uses Math::Pari(3), a perl interface to the blazingly fast
: PARI library, for big integer arithmetic and number theoretic computations.
:
: Crypt::RSA provides arbitrary size key-pair generation, plaintext-aware
: encryption (OAEP) and digital signatures with appendix (PSS). For compatibility
: with SSLv3, RSAREF2, PGP and other applications that follow the PKCS #1 v1.5
: standard, it also provides PKCS #1 v1.5 encryption and signatures.