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

Last updated: May 16,2024

1. Install "ruby-json" package

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

$ sudo apt update $ sudo apt install ruby-json

2. Uninstall "ruby-json" package

Please follow the steps below to uninstall ruby-json on Kali Linux:

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

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

Package: ruby-json
Version: 2.6.3+dfsg-1
Installed-Size: 213
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: libc6 (>= 2.14), libruby3.1 (>= 3.1.2), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Conflicts: ruby-json-pure
Size: 59280
SHA256: 0800ed59ff6c40f7ee2fe48b0f9e4225faa8c407c2d3b645cb8093650df4c420
SHA1: e80b843b71ae9f8244abefd07be13a840c86d314
MD5sum: b5f0c1f27f37ea2f5927122645e639bb
Description: JSON library for Ruby
This library implements the JSON (JavaScript Object Notation) specification in
Ruby, allowing the developer to easily convert data between Ruby and JSON. You
can think of it as a low fat alternative to XML, if you want to store data to
disk or transmit it over a network rather than use a verbose markup language.
Description-md5:
Multi-Arch: same
Homepage: https://flori.github.com/json
Tag: role::shared-lib
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-json/ruby-json_2.6.3+dfsg-1_amd64.deb