How to Install and Uninstall jshon Package on Kali Linux

Last updated: May 04,2024

1. Install "jshon" package

This tutorial shows how to install jshon on Kali Linux

$ sudo apt update $ sudo apt install jshon

2. Uninstall "jshon" package

Please follow the guidelines below to uninstall jshon on Kali Linux:

$ sudo apt remove jshon $ sudo apt autoclean && sudo apt autoremove

3. Information about the jshon package on Kali Linux

Package: jshon
Source: jshon (20131010-3)
Version: 20131010-3+b1
Installed-Size: 42
Maintainer: Jordan Metzmeier
Architecture: amd64
Depends: libc6 (>= 2.14), libjansson4 (>= 2.0.1)
Size: 14404
SHA256: a79850b32f762be51a3533bcf34ee064788ccec3dfef6ba23e94e7f060054e5b
SHA1: aee089536b7af44f8f35da107941b58c619e9b88
MD5sum: cf3446c2bc2f52cbccc659ca424a0fea
Description: Command line tool to parse, read and create JSON
Jshon is a command line utility to parse, read and create JSON. It is
designed to be as usable as possible from within the shell and replaces
fragile adhoc parsers made from grep/sed/awk as well as heavyweight
one-line parsers made from Perl/Python. Jshon loads json text from stdin,
performs actions, then displays the last action on stdout.
.
Json parsing features include:
Return data types of values
Report data type lengths
Sort JSON data by keys
In-place editing of JSON files
Format or "beautify" JSON (as changing indentation, etc)
Create JSON from an empty object
Extraction of keys and values
Description-md5:
Homepage: http://kmkeen.com/jshon/
Section: utils
Priority: optional
Filename: pool/main/j/jshon/jshon_20131010-3+b1_amd64.deb