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

Last updated: May 12,2024

1. Install "libjson-validator-perl" package

This guide covers the steps necessary to install libjson-validator-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libjson-validator-perl" package

Learn how to uninstall libjson-validator-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libjson-validator-perl
Priority: optional
Section: universe/perl
Installed-Size: 57
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.66+dfsg-1
Depends: perl, libmojolicious-perl (>= 6.00)
Recommends: libyaml-libyaml-perl | libyaml-syck-perl
Filename: pool/universe/libj/libjson-validator-perl/libjson-validator-perl_0.66+dfsg-1_all.deb
Size: 18966
MD5sum: 78e9f32ce7fb56f790a42ce4f65244cc
SHA1: 39c70a15a722743e64787225eefeec03ca6d3aaf
SHA256: 44bee53e4b5dd791b8b8ddb306da2d952aaf09d7ce8625aa4a21a36f38948da7
Description-en: module to validate data against a JSON schema
JSON::Validator is a class for validating data against JSON schemas. You
might want to use this instead of JSON::Schema if you need to validate data
against draft 4 of the JSON schema specification.
.
JSON::Validator can load JSON schemas in multiple formats: Plain perl data
structured or files on disk/web in the JSON/YAML format. The JSON parsing is
done using Mojo::JSON, while the YAML parsing is done with an optional
modules which need to be installed manually. JSON::Validator will look for
the YAML modules in this order: YAML::XS, YAML::Syck. The order is set by
which module that performs the best, so it might change in the future.
Description-md5: 8fd0432230bc184da37b273d7f72ebc4
Homepage: https://metacpan.org/release/JSON-Validator
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu