How to Install and Uninstall libjson-multivalueordered-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 11,2024

1. Install "libjson-multivalueordered-perl" package

Please follow the steps below to install libjson-multivalueordered-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjson-multivalueordered-perl

2. Uninstall "libjson-multivalueordered-perl" package

This guide covers the steps necessary to uninstall libjson-multivalueordered-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjson-multivalueordered-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjson-multivalueordered-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libjson-multivalueordered-perl
Priority: optional
Section: universe/perl
Installed-Size: 91
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.005-1
Depends: perl
Filename: pool/universe/libj/libjson-multivalueordered-perl/libjson-multivalueordered-perl_0.005-1_all.deb
Size: 19652
MD5sum: a3ae645e308c1018d13f2129856b7881
SHA1: 85d55daf65c9470292b9e852a3b352155542b13a
SHA256: 28f771fd1cc834113dd5fb265cccf1fec5939c31badac1b15155505f77018f1c
Description-en: module to handle JSON like {"a":1, "a":2}
A hash tied to the JSON::MultiValueOrdered class acts more or less like
a standard hash, except that when you assign a new value to an existing
key, the old value is retained underneath. An explicit delete deletes
all values associated with a key.
.
By default, the old values are inaccessible through the hash interface,
but can be retrieved via the tied object, however, the fetch_* methods
provide a means to alter the behaviour of the hash.
Description-md5: 78806c03408e43a5abaaa79945420418
Homepage: https://metacpan.org/release/JSON-MultiValueOrdered
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu