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

Last updated: April 30,2024

1. Install "libjson-any-perl" package

Here is a brief guide to show you how to install libjson-any-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libjson-any-perl" package

This is a short guide on how to uninstall libjson-any-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libjson-any-perl
Priority: optional
Section: universe/perl
Installed-Size: 79
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.39-1
Depends: perl, libjson-xs-perl
Filename: pool/universe/libj/libjson-any-perl/libjson-any-perl_1.39-1_all.deb
Size: 15660
MD5sum: f1f966b54d6619a66971cce56bdeb25a
SHA1: d518435c72c915706418b226db78ced21d6944cd
SHA256: ced756ef32446609e60eeb3f2a68e523f3badb7b74bcdabd07efc543d9c0388e
Description-en: wrapper class for the various JSON classes
The JSON::Any module provides a coherent API to bring together the various
JSON modules currently on CPAN. This module will allow you to code to
any JSON API and have it work regardless of which JSON module is
actually installed.
.
JSON::Any is deprecated. If you're producing new code it is recommended to
use JSON::MaybeXS which will optionally use Cpanel::JSON::XS for speed
purposes.
Description-md5: bd829ad10adafc9fb6c9c1d641e485e1
Homepage: https://metacpan.org/release/JSON-Any
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu