How to Install and Uninstall ruby-jsonpath Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: April 30,2024

1. Install "ruby-jsonpath" package

In this section, we are going to explain the necessary steps to install ruby-jsonpath on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-jsonpath

2. Uninstall "ruby-jsonpath" package

Please follow the step by step instructions below to uninstall ruby-jsonpath on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ruby-jsonpath package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-jsonpath
Architecture: all
Version: 1.0.5-2
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 45
Depends: ruby | ruby-interpreter, ruby-multi-json, ruby-to-regexp (>= 0.2.1~)
Filename: pool/universe/r/ruby-jsonpath/ruby-jsonpath_1.0.5-2_all.deb
Size: 10756
MD5sum: bfd1ae5b41c2941dd9cc2bb79cb01b3a
SHA1: 36df7b6d768d5bead72e1c1a9da37b47f0eeea9a
SHA256: d0c77827827267209a39bad622960c198625becca576d1124a8e1bab207f17c7
SHA512: 59ada1e07b38b1b71cf57ffe450667d6d1c9b2638d5888aed3df3a65279bbe6f3fd75d87f3d1f2888c46f7edc5f405e62acf31f40050aa665f2c97ec9a72d69a
Homepage: https://github.com/joshbuddy/jsonpath
Description-en: 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 us to create a standard mechanism to traverse
through specific parts of the JSON. A standard way to do this is called
JSONPath.
Description-md5: d76156e8e39993e3466b004a02060374
Ruby-Versions: all