How to Install and Uninstall perl-Crypt-RC4 Package on openSuSE Tumbleweed

Last updated: September 20,2024

1. Install "perl-Crypt-RC4" package

Learn how to install perl-Crypt-RC4 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Crypt-RC4

2. Uninstall "perl-Crypt-RC4" package

This is a short guide on how to uninstall perl-Crypt-RC4 on openSuSE Tumbleweed:

$ sudo zypper remove perl-Crypt-RC4

3. Information about the perl-Crypt-RC4 package on openSuSE Tumbleweed

Information for package perl-Crypt-RC4:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Crypt-RC4
Version : 2.02-13.30
Arch : x86_64
Vendor : openSUSE
Installed Size : 7.5 KiB
Installed : No
Status : not installed
Source package : perl-Crypt-RC4-2.02-13.30.src
Upstream URL : http://search.cpan.org/dist/Crypt-RC4/
Summary : Perl implementation of the RC4 encryption algorithm
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.