How to Install and Uninstall jo Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 15,2024

1. Install "jo" package

Please follow the guidelines below to install jo on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install jo

2. Uninstall "jo" package

This guide let you learn how to uninstall jo on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the jo package on Ubuntu 20.10 (Groovy Gorilla)

Package: jo
Architecture: amd64
Version: 1.3-2
Priority: optional
Section: universe/utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Vincent Bernat
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 55
Depends: libc6 (>= 2.14)
Filename: pool/universe/j/jo/jo_1.3-2_amd64.deb
Size: 19256
MD5sum: ca696eb86e61d7ee2f6b39458433d363
SHA1: 14c3c99bd9490cce92222067147c316f71c75be3
SHA256: edf362814985d1899ecdfc4dab2883d95661f12837679b64690b0ccdad9eddb5
SHA512: ad21185439752f97a31c77cdbc0b3a5fd1a50bc85636ecec473f49b2a0319cb916de73c85eb84a83377ad5b9a475b94537b9cc1decccb46b786b06183ff12f0d
Homepage: https://github.com/jpmens/jo
Description-en: 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: f32137628380d2dd3a3a619e3e89b80f