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

Last updated: May 07,2024

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

This is a short guide on how to install libnet-https-nb-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This tutorial shows how to uninstall libnet-https-nb-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libnet-https-nb-perl
Priority: optional
Section: universe/perl
Installed-Size: 30
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.14-1
Depends: perl, libio-socket-ssl-perl, libnet-http-perl
Filename: pool/universe/libn/libnet-https-nb-perl/libnet-https-nb-perl_0.14-1_all.deb
Size: 9474
MD5sum: 69eae43b484e6c37b92903bacd2fe5d0
SHA1: a06c22025475fc6d0d8e1568227ed567627c6477
SHA256: 77e47f5bb307ea6c59deb929dbb1f33119ec41ac31623b790e3942877d627918
Description-en: low-level non-blocking HTTPS client
Net::HTTPS::NB provides a non-blocking HTTPS client. It has the same
interface as Net::HTTPS and Net::HTTP, but it will never try multiple
reads when the read_response_headers() or read_entity_body() methods are
invoked. If read_response_headers() did not see enough data to complete
the headers an empty list is returned. If read_entity_body() did not see
new entity data in its read the value -1 is returned.
Description-md5: 4ed722c00fb782ee7a922ea524cc55e3
Homepage: https://metacpan.org/release/Net-HTTPS-NB
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu