How to Install and Uninstall libdata-uriencode-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libdata-uriencode-perl" package

This is a short guide on how to install libdata-uriencode-perl on Kali Linux

$ sudo apt update $ sudo apt install libdata-uriencode-perl

2. Uninstall "libdata-uriencode-perl" package

Please follow the guidance below to uninstall libdata-uriencode-perl on Kali Linux:

$ sudo apt remove libdata-uriencode-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdata-uriencode-perl package on Kali Linux

Package: libdata-uriencode-perl
Version: 0.11-3
Installed-Size: 34
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 12144
SHA256: 6ee5e3b8fc141e91a80ef8c2346370e094f0602afe4b63badfe559afc157cba8
SHA1: 687f98d4b5c95eca0b85ca143a225e7764a16c3f
MD5sum: 114566b3a49b6745e758a7ebbdc4dd5e
Description: module to encode and decode data structures for use in URI's
The world of the web works off of URI's. The Query string portion of
URIs already support encoding of key/value paired data - they just
don't natively allow for complex data structures.
.
There are modules or encodings that do support arbitrarily complex
data structures. JSON, YAML and Data::Dumper all have their own way
of encoding complex structures. But then to pass them across the web,
you usually still have to URL encode them and pass them via a form
parameter.
.
Data::URIEncode allows for encoding and decoding complex (multi
level) data structures using native Query String manipulators (such
as CGI.pm). It takes complex data and turns it into a flat hashref
which can then be turned into a URI query string using URL
encoding. It also takes a flat hashref of data passed in and
translates it back to a complex structure.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Data-URIEncode
Section: perl
Priority: optional
Filename: pool/main/libd/libdata-uriencode-perl/libdata-uriencode-perl_0.11-3_all.deb