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

Last updated: April 29,2024

1. Install "ruby-jmespath" package

This is a short guide on how to install ruby-jmespath on Kali Linux

$ sudo apt update $ sudo apt install ruby-jmespath

2. Uninstall "ruby-jmespath" package

This guide covers the steps necessary to uninstall ruby-jmespath on Kali Linux:

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

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

Package: ruby-jmespath
Version: 1.6.1-1
Installed-Size: 101
Maintainer: Debian Ruby Team
Architecture: all
Size: 15204
SHA256: f33158172e087f310a00958c9372817b821eb8fffdee660598ed7d8d24aab653
SHA1: 883f8f78f800a0bbdab22596fddfc339071e7b09
MD5sum: fa0e8436e095603d87ccf41c72b7e845
Description: Ruby implementation of JMESPath
An implementation of JMESPath for Ruby. This implementation supports searching
JSON documents as well as native Ruby data structures.
.
You can call JMESPath.search with a valid JMESPath search expression and data
to search. It will return the extracted values.
Description-md5:
Homepage: https://github.com/trevorrowe/jmespath.rb
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-jmespath/ruby-jmespath_1.6.1-1_all.deb