How to Install and Uninstall ruby-jsonpath Package on Kali Linux

Last updated: May 11,2024

1. Install "ruby-jsonpath" package

Please follow the steps below to install ruby-jsonpath on Kali Linux

$ sudo apt update $ sudo apt install ruby-jsonpath

2. Uninstall "ruby-jsonpath" package

This tutorial shows how to uninstall ruby-jsonpath on Kali Linux:

$ sudo apt remove ruby-jsonpath $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-jsonpath package on Kali Linux

Package: ruby-jsonpath
Version: 1.1.0-1
Installed-Size: 47
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby, ruby-multi-json
Size: 12284
SHA256: bb238131975b1a939e47e66bd935d99f01d0b493061edaba77fc233b557b695d
SHA1: 1c2356657bd11ba4c2a99f39512b8b6e40391b92
MD5sum: 8538c4b239e65ad2153ec60a8217de82
Description: Ruby implementation of JsonPath
Every JSON object is composed on an inherent hierarchy and structure. Every
JSON ends up creating a tree of nodes, where each node is a JSON Element.
.
This hierarchy in JSON allows one to create a standard mechanism to traverse
through specific parts of the JSON. A standard way to do this is called
JSONPath.
Description-md5:
Homepage: https://github.com/joshbuddy/jsonpath
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-jsonpath/ruby-jsonpath_1.1.0-1_all.deb