How to Install and Uninstall libjson-validator-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 10,2024

1. Install "libjson-validator-perl" package

Please follow the guidance below to install libjson-validator-perl on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libjson-validator-perl" package

Please follow the instructions below to uninstall libjson-validator-perl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libjson-validator-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libjson-validator-perl
Architecture: all
Version: 4.13+dfsg-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 223
Depends: perl:any, libmojolicious-perl (>= 7.28), libyaml-pp-perl, openapi-specification
Recommends: libcpanel-json-xs-perl (>= 3.0200), libdata-validate-domain-perl, libdata-validate-ip-perl, libnet-idn-encode-perl, libscalar-list-utils-perl, libsereal-encoder-perl (>= 4.00)
Breaks: sreview-web (<< 0.6.1-2)
Replaces: sreview-web (<< 0.6.1-2)
Filename: pool/universe/libj/libjson-validator-perl/libjson-validator-perl_4.13+dfsg-1_all.deb
Size: 71668
MD5sum: 9c6175130cf487e1e427f8a4e4ecd5ee
SHA1: 9062fc60a976bbad0f412997d921652f654d7507
SHA256: f1d227b335d4a526429f846d7e3e3a4f55bc64997cec5563bca5bf668418f3e8
SHA512: daec6691fc1faed44fb0d34555d103f1f0db5631f689683201f70a6ac90decd5d2a40d3d67558a0a98d4c68fbcc333667d53b7bd2615e1d663884e04cf27fc24
Homepage: https://metacpan.org/release/JSON-Validator
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