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

Last updated: May 20,2024

1. Install "libjson-maybexs-perl" package

Please follow the step by step instructions below to install libjson-maybexs-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libjson-maybexs-perl" package

Please follow the guidance below to uninstall libjson-maybexs-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libjson-maybexs-perl
Priority: optional
Section: universe/perl
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.003005-1
Depends: perl, libcpanel-json-xs-perl | libjson-xs-perl, perl (>= 5.17.10) | libjson-pp-perl (>= 2.27202)
Filename: pool/universe/libj/libjson-maybexs-perl/libjson-maybexs-perl_1.003005-1_all.deb
Size: 9516
MD5sum: 65597ee8e35ec60265c8cb2c17b240f8
SHA1: 5723b7b52830e5f272e3bd53378e4dd9e98db44b
SHA256: 48580cc164321135f15b90dc7e8ea108b731396c5fabde692b5cdd53474a1909
Description-en: interface to the best available JSON module
JSON::MaybeXS first checks to see if either Cpanel::JSON::XS or JSON::XS is
already loaded, in which case it uses that module. Otherwise it tries to load
Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, and either uses the
first module it finds or throws an error.
.
It then exports the encode_json and decode_json functions from the loaded
module, along with a JSON constant that returns the class name for calling
new on.
Description-md5: 8c7a2f4ae394f4c9010f9f1474ceec13
Homepage: https://metacpan.org/release/JSON-MaybeXS
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu