How to Install and Uninstall libnet-https-any-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 08,2024

1. Install "libnet-https-any-perl" package

Learn how to install libnet-https-any-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libnet-https-any-perl

2. Uninstall "libnet-https-any-perl" package

Please follow the instructions below to uninstall libnet-https-any-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libnet-https-any-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnet-https-any-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libnet-https-any-perl
Priority: optional
Section: universe/perl
Installed-Size: 61
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.11-1
Depends: perl, libnet-ssleay-perl | libcrypt-ssleay-perl, libnet-ssleay-perl | libwww-perl, libtie-ixhash-perl, liburi-perl
Filename: pool/universe/libn/libnet-https-any-perl/libnet-https-any-perl_0.11-1_all.deb
Size: 9892
MD5sum: f257ed9e199c38d976dc2a32fe5d1ecd
SHA1: f85f3134b2010bdcc819a267afa84d8c3fc5d130
SHA256: 76095d11a39ee3228130f494b34320f7c6126caba2fba80d28b770499ee08c9b
Description-en: simple wrapper around the two available SSL modules
Net::HTTPS::Any is a simple wrapper around either of the two available SSL
modules. It offers a unified API for sending GET and POST requests over HTTPS
and receiving responses.
.
It depends on Net::SSLeay _or_ ( Crypt::SSLeay and LWP::UserAgent ).
.
Using LWP::Protocol::https 6.02 or later, the LWP path actually uses
Net::SSLeay also instead of Crypt::SSLeay. Going forward that makes this
module more of historical interest, especially so since modern LWP has its own
mechanism to force use of Crypt::SSLeay:
.
$Net::HTTPS::SSL_SOCKET_CLASS = "Net::SSL";
Description-md5: 3d6b92693dbfa7dec591b7f5889d5e36
Homepage: https://metacpan.org/release/Net-HTTPS-Any
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu