How to Install and Uninstall jo Package on Kali Linux

Last updated: May 21,2024

1. Install "jo" package

This is a short guide on how to install jo on Kali Linux

$ sudo apt update $ sudo apt install jo

2. Uninstall "jo" package

Please follow the instructions below to uninstall jo on Kali Linux:

$ sudo apt remove jo $ sudo apt autoclean && sudo apt autoremove

3. Information about the jo package on Kali Linux

Package: jo
Version: 1.9-1
Installed-Size: 58
Maintainer: Vincent Bernat
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 22876
SHA256: f6c581a5f6910c1d5ebfed9e9ed1b8f25a89bcf8752413f2de629f4a01841e3c
SHA1: 5f0401434e2c13624e12bbcf39d1b732f6b607be
MD5sum: ca373b1031137e257b3d96f3686ddcd1
Description: command-line processor to output JSON from a shell
jo creates a JSON string on stdout from words given it as arguments
or read from stdin. It can generate both arrays and objects. Here is
a short example:
.
$ jo -p name=jo n=17 parser@0
{
"name": "jo",
"n": 17,
"parser": false
}
Description-md5:
Homepage: https://github.com/jpmens/jo
Section: utils
Priority: optional
Filename: pool/main/j/jo/jo_1.9-1_amd64.deb