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

Last updated: September 20,2024

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

Please follow the instructions below to install perl-Crypt-RC4.noarch on Rocky Linux 8

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

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

Please follow the step by step instructions below to uninstall perl-Crypt-RC4.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 0:27:41 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Crypt-RC4
Version : 2.02
Release : 23.el8
Architecture : noarch
Size : 16 k
Source : perl-Crypt-RC4-2.02-23.el8.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.