How to Install and Uninstall liburl-encode-perl Package on Kali Linux

Last updated: May 12,2024

1. Install "liburl-encode-perl" package

Please follow the guidance below to install liburl-encode-perl on Kali Linux

$ sudo apt update $ sudo apt install liburl-encode-perl

2. Uninstall "liburl-encode-perl" package

This tutorial shows how to uninstall liburl-encode-perl on Kali Linux:

$ sudo apt remove liburl-encode-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the liburl-encode-perl package on Kali Linux

Package: liburl-encode-perl
Version: 0.03-3
Installed-Size: 30
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Recommends: liburl-encode-xs-perl
Size: 9196
SHA256: 855529cf3ece30f7dd9f4957842bfcca747567480d5ea98525bc3a4582756e8b
SHA1: d92be3f76b942d91eb0f8cb567c2ff5820fb08c7
MD5sum: ef3cd0184ccf397d835d20c0c1217f13
Description: module to encode/decode to/from application/x-www-form-urlencoded encoding
URL::Encode provides functions to encode and decode strings into and from the
application/x-www-form-urlencoded encoding.
.
The application/x-www-form-urlencoded format encodes an ordered data set of
pairs consisting of a name and a value, with pairs separated by ampersand or
semicolon, and names and values separated by the equal sign. Space characters
are replaced with a plus sign, and any character not in the unreserved
character set is encoded using the percent-encoding scheme also used for
resource identifiers. A percent-encoded octet is encoded as a character
triplet, consisting of the percent character "%" followed by the two
hexadecimal digits representing that octet's numeric value.
.
The unreserved character set includes the uppercase and lowercase letters,
decimal digits, hyphen, period, underscore, and tilde.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/URL-Encode
Section: perl
Priority: optional
Filename: pool/main/libu/liburl-encode-perl/liburl-encode-perl_0.03-3_all.deb