How to Install and Uninstall perl-Crypt-ECB.noarch Package on Fedora 38

Last updated: September 27,2024

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

Please follow the step by step instructions below to install perl-Crypt-ECB.noarch on Fedora 38

$ 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 Fedora 38:

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

3. Information about the perl-Crypt-ECB.noarch package on Fedora 38

Last metadata expiration check: 2:45:31 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Crypt-ECB
Version : 2.22
Release : 10.fc38
Architecture : noarch
Size : 29 k
Source : perl-Crypt-ECB-2.22-10.fc38.src.rpm
Repository : fedora
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.