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

Last updated: May 09,2024

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

Please follow the guidance below to install perl-Crypt-ECB.noarch on Rocky Linux 8

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

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

Please follow the guidelines below to uninstall perl-Crypt-ECB.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 0:42:57 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Crypt-ECB
Version : 2.22
Release : 1.el8
Architecture : noarch
Size : 31 k
Source : perl-Crypt-ECB-2.22-1.el8.src.rpm
Repository : epel
Summary : Encrypt data using ECB Mode
URL : https://metacpan.org/release/Crypt-ECB
License : GPL+ or Artistic
Description : This module is a Perl-only implementation of the ECB mode. In combination
: with a block cipher such as DES, IDEA or Blowfish, you can encrypt and
: decrypt messages of arbitrarily long length. Though for security reasons
: other modes than ECB such as CBC should be preferred. See textbooks on
: cryptography if you want to know why.