How to Install and Uninstall libdata-uriencode-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 18,2024

1. Install "libdata-uriencode-perl" package

This guide let you learn how to install libdata-uriencode-perl on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libdata-uriencode-perl" package

Please follow the step by step instructions below to uninstall libdata-uriencode-perl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libdata-uriencode-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libdata-uriencode-perl
Architecture: all
Version: 0.11-2
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 33
Depends: perl:any
Filename: pool/universe/libd/libdata-uriencode-perl/libdata-uriencode-perl_0.11-2_all.deb
Size: 11772
MD5sum: 59fd07d70500047fe924589ed1182a72
SHA1: 20aee8e7b8c424a8ff396014cab1450342cf12b5
SHA256: 3e5f1281f5a4e957711fa1d8ea447b0961c287f07363884b38ffdae2d43b7547
SHA512: fb65918e0a628c53882f1801e5e453943f8a916ab29e3a740014ad501f0733b30e226a86d2fba3be17272a246b34b511424539bfb45d40e176f02f3e339748ad
Homepage: https://metacpan.org/release/Data-URIEncode
Description-en: 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: 8d760302fe0ee3b79f36379fab03b235