How to Install and Uninstall perl-Crypt-ECB.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 13,2024

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

Please follow the step by step instructions below to install perl-Crypt-ECB.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

Please follow the guidance below to uninstall perl-Crypt-ECB.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-Crypt-ECB.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:26:26 ago on Mon Feb 26 15:59:38 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.