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

Last updated: May 21,2024

1. Install "jshon" package

This guide covers the steps necessary to install jshon on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install jshon

2. Uninstall "jshon" package

Here is a brief guide to show you how to uninstall jshon on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: jshon
Priority: optional
Section: universe/utils
Installed-Size: 65
Maintainer: Ubuntu Developers
Original-Maintainer: Jordan Metzmeier
Architecture: amd64
Version: 20131010-3
Depends: libc6 (>= 2.14), libjansson4 (>= 2.0.1)
Filename: pool/universe/j/jshon/jshon_20131010-3_amd64.deb
Size: 13872
MD5sum: bcd3e3c7b4121ee94aebc51e59539980
SHA1: 37c231bc2116cb6f313ab861f9d2118099444aa9
SHA256: 17c8e2c9aaecce8d11e1fcec97d301c535e1e41bddc164119f4e0129ed3d62e7
Description-en: 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: 216be5fe181a5aa5c2734c55b9bfb5d0
Homepage: http://kmkeen.com/jshon/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu