How to Install and Uninstall perl-Crypt-CBC.noarch Package on Amazon Linux 2

Last updated: February 06,2025

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

Please follow the guidance below to install perl-Crypt-CBC.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Crypt-CBC.noarch

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

Please follow the steps below to uninstall perl-Crypt-CBC.noarch on Amazon Linux 2:

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

3. Information about the perl-Crypt-CBC.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Crypt-CBC
Arch : noarch
Version : 2.33
Release : 2.amzn2
Size : 32 k
Repo : amzn2-core/2/x86_64
Summary : Encrypt Data with Cipher Block Chaining Mode
URL : http://search.cpan.org/dist/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.