How to Install and Uninstall libcrypt-des-ede3-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 06,2024

1. Install "libcrypt-des-ede3-perl" package

Learn how to install libcrypt-des-ede3-perl on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libcrypt-des-ede3-perl

2. Uninstall "libcrypt-des-ede3-perl" package

This guide covers the steps necessary to uninstall libcrypt-des-ede3-perl on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove libcrypt-des-ede3-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcrypt-des-ede3-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libcrypt-des-ede3-perl
Architecture: all
Version: 0.01-1.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Pierre-Matthieu Alamy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 60
Depends: libcrypt-des-perl, perl (>= 5.6.0-16)
Filename: pool/universe/libc/libcrypt-des-ede3-perl/libcrypt-des-ede3-perl_0.01-1.1_all.deb
Size: 6408
MD5sum: f1ce1b7a84b459dbca8a247a7ebaf36a
SHA1: 4d5f5e9f508d73e7b8befbf011f5433cffa1397e
SHA256: 053192437410d2c5742bbe5412a326d1fc7984782ef7fb418e58561843f9fa4c
SHA512: 001ca6a424dfd27854f4306070d995e7ea00f4b9c1eefdb94fc4c0b7b31ea52a4fcc58f42afa5826e0b87183a99e5acfe7b06fd8a0efc77b235f5f7fe79c08d6
Description-en: Triple-DES EDE encryption/decryption for perl
Crypt::DES_EDE3 implements DES-EDE3 encryption. This is triple-DES
encryption where an encrypt operation is encrypt-decrypt-encrypt, and
decrypt is decrypt-encrypt-decrypt. This implementation uses Crypt::DES
to do its dirty DES work, and simply provides a wrapper around that
module: setting up the individual DES ciphers, initializing the keys,
and performing the encryption/decryption steps.
.
You're probably best off not using this module directly, as the encrypt
and decrypt methods expect 8-octet blocks. You might want to use the
module in conjunction with Crypt::CBC, for example. This would be
DES-EDE3-CBC, or triple-DES in outer CBC mode.
Description-md5: 528dba57e3076f5f8d9139ff80108c82