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

Last updated: June 05,2024

1. Install "libhttp-lite-perl" package

This is a short guide on how to install libhttp-lite-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libhttp-lite-perl

2. Uninstall "libhttp-lite-perl" package

Please follow the guidance below to uninstall libhttp-lite-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libhttp-lite-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libhttp-lite-perl
Priority: optional
Section: universe/perl
Installed-Size: 74
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 2.44-1
Depends: perl
Filename: pool/universe/libh/libhttp-lite-perl/libhttp-lite-perl_2.44-1_all.deb
Size: 16766
MD5sum: 8dce209d9a1d3bad5352dc06178f5030
SHA1: 1047217fde2786cd1fea9ebca0f015d53430d326
SHA256: 823dd72749a920901e47adc8b6143b057f4abb7d085731919167d8ab7c6e603e
Description-en: lightweight HTTP implementation for perl
HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation
for perl. It is not intended as a replacement for the
fully-features LWP module. Instead, it is intended for use in
situations where it is desirable to install the minimal number of
modules to achieve HTTP support, or where LWP is not a good
candidate due to CPU overhead, such as slower processors.
HTTP::Lite is also significantly faster than LWP
.
HTTP::Lite is ideal for CGI (or mod_perl) programs or for bundling
for redistribution with larger packages where only HTTP GET and
POST functionality are necessary.
.
HTTP::Lite supports basic POST and GET operations only. As of
0.2.1, HTTP::Lite supports HTTP/1.1 and is compliant with the Host
header, necessary for name based virtual hosting. Additionally,
HTTP::Lite now supports Proxies.
.
As of 2.0.0 HTTP::Lite now supports a callback to allow processing
of request data as it arrives. This is useful for handling very
large files without consuming memory.
Description-md5: 4a6778d0a5753752943ddc926cb1b572
Homepage: https://metacpan.org/release/HTTP-Lite
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu