How to Install and Uninstall jello Package on Kali Linux

Last updated: May 01,2024

1. Install "jello" package

This guide covers the steps necessary to install jello on Kali Linux

$ sudo apt update $ sudo apt install jello

2. Uninstall "jello" package

This guide covers the steps necessary to uninstall jello on Kali Linux:

$ sudo apt remove jello $ sudo apt autoclean && sudo apt autoremove

3. Information about the jello package on Kali Linux

Package: jello
Version: 1.6.0-1
Installed-Size: 91
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pygments, python3:any
Size: 23812
SHA256: 5ae754450ec2e8e29deda097630b1f5244496585e58d9a0e60c12649f76db5ff
SHA1: 520d8ca072af373a691d4187e69676644a6002a0
MD5sum: 323b5b65b1d9afc2c2b69588ea533459
Description: Filter for JSON and JSON Lines data with Python syntax
jello is similar to jq in that it processes JSON and JSON Lines data except
jello uses standard Python dict and list syntax.
.
JSON or JSON Lines can be piped into jello (JSON Lines are automatically
slurped into a list of dictionaries) and are available as the variable _.
Processed data can be output as JSON, JSON Lines, bash array lines, or a
grep-able schema.
Description-md5:
Multi-Arch: foreign
Homepage: https://kellyjonbrazil.github.io/jello/
Section: text
Priority: optional
Filename: pool/main/j/jello/jello_1.6.0-1_all.deb