How to Install and Uninstall jsonlint Package on Kali Linux

Last updated: May 16,2024

1. Install "jsonlint" package

Learn how to install jsonlint on Kali Linux

$ sudo apt update $ sudo apt install jsonlint

2. Uninstall "jsonlint" package

Please follow the step by step instructions below to uninstall jsonlint on Kali Linux:

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

3. Information about the jsonlint package on Kali Linux

Package: jsonlint
Version: 1.10.2-1
Installed-Size: 69
Maintainer: Debian PHP PEAR Maintainers
Architecture: all
Depends: php-cli, php-common
Size: 14508
SHA256: 4d7f5000ba11162f4450e5caeb6d3d54aefd3a2d6500a7a18a5cdd1c8fe194ce
SHA1: 8305c9c5c2ea4d95ce632faa1e3219cd93d7ce8e
MD5sum: 857d1e130f7694fad64e1feba2c6fbd9
Description: 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:
Homepage: https://github.com/Seldaek/jsonlint
Section: php
Priority: optional
Filename: pool/main/j/jsonlint/jsonlint_1.10.2-1_all.deb