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

Last updated: May 22,2024

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

Please follow the instructions below to install perl-Crypt-ECB.noarch on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 1:54:27 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Crypt-ECB
Version : 2.22
Release : 6.fc35
Architecture : noarch
Size : 30 k
Source : perl-Crypt-ECB-2.22-6.fc35.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.