How to Install and Uninstall perl-Crypt-RC4-XS.x86_64 Package on Fedora 34

Last updated: October 07,2024

1. Install "perl-Crypt-RC4-XS.x86_64" package

Here is a brief guide to show you how to install perl-Crypt-RC4-XS.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Crypt-RC4-XS.x86_64

2. Uninstall "perl-Crypt-RC4-XS.x86_64" package

Please follow the steps below to uninstall perl-Crypt-RC4-XS.x86_64 on Fedora 34:

$ sudo dnf remove perl-Crypt-RC4-XS.x86_64 $ sudo dnf autoremove

3. Information about the perl-Crypt-RC4-XS.x86_64 package on Fedora 34

Last metadata expiration check: 2:11:23 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Crypt-RC4-XS
Version : 0.02
Release : 31.fc34
Architecture : x86_64
Size : 18 k
Source : perl-Crypt-RC4-XS-0.02-31.fc34.src.rpm
Repository : fedora
Summary : Perl implementation of the RC4 encryption algorithm
URL : https://metacpan.org/release/Crypt-RC4-XS
License : GPL+ or Artistic
Description : This module XS implementation of the RC4 algorithm, developed by RSA
: Security, Inc. Here is the description from Wikipedia website:
:
: In cryptography, RC4 (also known as ARC4 or ARCFOUR meaning Alleged RC4, see
: below) is the most widely-used software stream cipher and is used in popular
: protocols such as Secure Sockets Layer (SSL) (to protect Internet traffic)
: and WEP (to secure wireless networks). While remarkable for its simplicity
: and speed in software, RC4 is vulnerable to attacks when the beginning of the
: output keystream is not discarded, or a single keystream is used twice; some
: ways of using RC4 can lead to very insecure cryptosystems such as WEP.