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

Last updated: October 06,2024

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

This guide covers the steps necessary to install perl-Crypt-CBC.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

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

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

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

Last metadata expiration check: 1:43:30 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Crypt-CBC
Version : 3.04
Release : 13.el9
Architecture : noarch
Size : 43 k
Source : perl-Crypt-CBC-3.04-13.el9.src.rpm
Repository : epel
Summary : Encrypt Data with Cipher Block Chaining Mode
URL : https://metacpan.org/release/Crypt-CBC
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.