How to Install and Uninstall libhttp-lite-perl Package on Kali Linux

Last updated: May 13,2024

1. Install "libhttp-lite-perl" package

Please follow the guidance below to install libhttp-lite-perl on Kali Linux

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

2. Uninstall "libhttp-lite-perl" package

Please follow the instructions below to uninstall libhttp-lite-perl on Kali Linux:

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

3. Information about the libhttp-lite-perl package on Kali Linux

Package: libhttp-lite-perl
Version: 2.44-3
Installed-Size: 48
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 18052
SHA256: d12e87ed2b1531e5bec95c44e36e2e4b85ad0de7f2ae1974a20c681a54beef1c
SHA1: a8d23d7e70c41d00041973469735d83ef31fa9a1
MD5sum: 9289917551fffc981a73fee4385bd633
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/HTTP-Lite
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libh/libhttp-lite-perl/libhttp-lite-perl_2.44-3_all.deb