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

Last updated: October 04,2024

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

Please follow the guidance below to install perl-Crypt-CBC.noarch on Fedora 35

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

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

Learn how to uninstall perl-Crypt-CBC.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:11:58 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Crypt-CBC
Version : 3.04
Release : 4.fc35
Architecture : noarch
Size : 45 k
Source : perl-Crypt-CBC-3.04-4.fc35.src.rpm
Repository : fedora
Summary : Encrypt Data with Cipher Block Chaining Mode
URL : https://metacpan.org/release/Crypt-CBC
License : GPL+ or Artistic
Description : This is Crypt::CBC, a Perl-only implementation of the cryptographic
: cipher block chaining mode (CBC). In combination with a block cipher
: such as Crypt::DES or Crypt::IDEA, you can encrypt and decrypt
: messages of arbitrarily long length. The encrypted messages are
: compatible with the encryption format used by SSLeay.