How to Install and Uninstall libcrypt-des-ede3-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

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

Here is a brief guide to show you how to install libcrypt-des-ede3-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ 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 16.04 LTS (Xenial Xerus):

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

3. Information about the libcrypt-des-ede3-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcrypt-des-ede3-perl
Priority: optional
Section: universe/perl
Installed-Size: 60
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Pierre-Matthieu Alamy
Architecture: all
Version: 0.01-1.1
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
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
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu