How to Install and Uninstall jsonlint Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "jsonlint" package

Please follow the guidance below to install jsonlint on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install jsonlint

2. Uninstall "jsonlint" package

This tutorial shows how to uninstall jsonlint on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove jsonlint $ sudo apt autoclean && sudo apt autoremove

3. Information about the jsonlint package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: jsonlint
Priority: optional
Section: universe/php
Installed-Size: 52
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PHP PEAR Maintainers
Architecture: all
Version: 1.4.0-1build1
Depends: php-cli, php-common
Filename: pool/universe/j/jsonlint/jsonlint_1.4.0-1build1_all.deb
Size: 10328
MD5sum: 3799f3cf1d467a333d734ae86f7ea681
SHA1: ba1a6deb955a5b3ecbc03865227d57862cdbe943
SHA256: 867f199d81d84f42076753a4ade5092397efe8b69cae11860710a6a2cd88f1c7
Description-en: validating parser of JSON data structures
JSON (JavaScript Object Notation) is a lightweight data-interchange
format. It is easy for humans to read and write. It is easy for
machines to parse and generate. It is based on a subset of the
JavaScript Programming Language. JSON is a text format that is
completely language independent but uses conventions that are familiar
to programmers of the C-family of languages. These properties make JSON
an ideal data-interchange language.
.
This package provides jsonlint-php, a validating parser of JSON files.
Another more complete JSON syntax validator and formatter tool is
provided by the python-demjson package.
Description-md5: 3b0c786112d0eaadbbe65a5d8fd819d6
Homepage: https://github.com/Seldaek/jsonlint
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu