How to Install and Uninstall perl-Crypt-ECB.noarch Package on CentOS Stream 8

Last updated: November 02,2024

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

This is a short guide on how to install perl-Crypt-ECB.noarch on CentOS Stream 8

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

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

Please follow the instructions below to uninstall perl-Crypt-ECB.noarch on CentOS Stream 8:

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

3. Information about the perl-Crypt-ECB.noarch package on CentOS Stream 8

Last metadata expiration check: 1:51:50 ago on Sun Feb 25 03:03:59 2024.
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.