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

Last updated: May 14,2024

1. Install "libcrypt-ssleay-perl" package

In this section, we are going to explain the necessary steps to install libcrypt-ssleay-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcrypt-ssleay-perl

2. Uninstall "libcrypt-ssleay-perl" package

Please follow the step by step instructions below to uninstall libcrypt-ssleay-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcrypt-ssleay-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libcrypt-ssleay-perl
Priority: optional
Section: universe/perl
Installed-Size: 133
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.73.04-1build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4), libssl1.0.0 (>= 1.0.0), libbytes-random-secure-perl
Filename: pool/universe/libc/libcrypt-ssleay-perl/libcrypt-ssleay-perl_0.73.04-1build1_amd64.deb
Size: 44930
MD5sum: f07fcff48adcb23ddc5de8fbe0bbc7d2
SHA1: cb69e4dd673d929f7827c30f2cbdccc20ca18b18
SHA256: 164d97f312e66ee3c79ce3aa3ec4b7f4be74ffce3f929984d0eec03f99150c13
Description-en: OpenSSL support for LWP
This perl module provides support for the HTTPS protocol under LWP, so
that an LWP::UserAgent can make HTTPS GET & HEAD & POST requests. Please
see perldoc LWP for more information on POST requests.
.
The Crypt::SSLeay package contains Net::SSL, which is automatically
loaded by LWP::Protocol::https on HTTPS requests, and provides the
necessary SSL glue for that module to work via these deprecated modules:
Crypt::SSLeay::CTX, Crypt::SSLeay::Conn and Crypt::SSLeay::X509.
.
Work on Crypt::SSLeay has been continued only to provide HTTPS support
for the LWP - libwww perl libraries. If you want access to the OpenSSL
API via perl, check out Sampo's Net::SSLeay (available in Debian as
the libnet-ssleay-perl package).
Description-md5: 2d59d1a56c96575912561b17cf58e3f7
Homepage: https://metacpan.org/release/Crypt-SSLeay
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu