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

Last updated: May 11,2024

1. Install "libhttp-cookies-perl" package

This guide let you learn how to install libhttp-cookies-perl on Kali Linux

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

2. Uninstall "libhttp-cookies-perl" package

This guide let you learn how to uninstall libhttp-cookies-perl on Kali Linux:

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

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

Package: libhttp-cookies-perl
Version: 6.11-1
Installed-Size: 51
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libhttp-date-perl, libhttp-message-perl
Size: 19136
SHA256: f3a57264a6704bd22397c644b1b91ed6055bdb190bd4d5d995cdf92840d049ed
SHA1: 77096cc183e6bec04694fcb7fcf411afd593306f
MD5sum: 1806681505bb917deacdd7ddacf2c0e6
Description: HTTP cookie jars
This class is for objects that represent a "cookie jar" -- that is, a
database of all the HTTP cookies that a given LWP::UserAgent object knows
about.
.
Cookies are a general mechanism which server side connections can use to both
store and retrieve information on the client side of the connection. For more
information about cookies refer to
and
. HTTP::Cookies also implements the new
style cookies described in RFC 2965. The two variants of cookies are supposed
to be able to coexist happily.
.
Instances of the class HTTP::Cookies are able to store a collection of
Set-Cookie2: and Set-Cookie: headers and are able to use this information to
initialize Cookie-headers in HTTP::Request objects. The state of a
HTTP::Cookies object can be saved in and restored from files.
Description-md5:
Homepage: https://metacpan.org/release/HTTP-Cookies
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libh/libhttp-cookies-perl/libhttp-cookies-perl_6.11-1_all.deb