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

Last updated: October 06,2024

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

Please follow the guidelines below to install perl-Crypt-RSA.noarch on Fedora 36

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

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

Please follow the step by step instructions below to uninstall perl-Crypt-RSA.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:37:00 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Crypt-RSA
Version : 1.99
Release : 36.fc36
Architecture : noarch
Size : 81 k
Source : perl-Crypt-RSA-1.99-36.fc36.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.