How to Install and Uninstall perl-Crypt-RC4.noarch Package on Rocky Linux 9

Last updated: September 22,2024

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

In this section, we are going to explain the necessary steps to install perl-Crypt-RC4.noarch on Rocky Linux 9

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

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

This guide let you learn how to uninstall perl-Crypt-RC4.noarch on Rocky Linux 9:

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

3. Information about the perl-Crypt-RC4.noarch package on Rocky Linux 9

Last metadata expiration check: 1:30:44 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Crypt-RC4
Version : 2.02
Release : 30.el9
Architecture : noarch
Size : 14 k
Source : perl-Crypt-RC4-2.02-30.el9.src.rpm
Repository : epel
Summary : Perl implementation of the RC4 encryption algorithm
URL : https://metacpan.org/release/Crypt-RC4
License : GPL+ or Artistic
Description : A simple implementation of the RC4 algorithm, developed by RSA Security,
: Inc. Here is the description from RSA's website:
:
: RC4 is a stream cipher designed by Rivest for RSA Data Security (now RSA
: Security). It is a variable key-size stream cipher with byte-oriented
: operations. The algorithm is based on the use of a random permutation. Analysis
: shows that the period of the cipher is overwhelmingly likely to be greater than
: 10100. Eight to sixteen machine operations are required per output byte, and
: the cipher can be expected to run very quickly in software. Independent analysts
: have scrutinized the algorithm and it is considered secure.