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

Last updated: May 16,2024

1. Install "ruby-yajl" package

Please follow the instructions below to install ruby-yajl on Kali Linux

$ sudo apt update $ sudo apt install ruby-yajl

2. Uninstall "ruby-yajl" package

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

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

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

Package: ruby-yajl
Source: ruby-yajl (1.4.3-1)
Version: 1.4.3-1+b2
Installed-Size: 148
Maintainer: Debian Ruby Team
Architecture: amd64
Replaces: libyajl-ruby
Depends: ruby | ruby-interpreter, libc6 (>= 2.14), libruby3.1 (>= 3.1.2), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Conflicts: libyajl-ruby
Size: 46824
SHA256: 5cf7c7ed822a1b8b4132a84ad8d0fbc87e0bcfc40a986a41a5e0a77143ad4e6c
SHA1: cdabaad3240be8046e16f8a80418e455b78313ca
MD5sum: 1c668cd94a20fb0c725074317a75f5da
Description: Ruby interface to Yajl, a JSON stream-based parser library
Supported features include,
.
JSON parsing and encoding directly to and from an IO stream
(file, socket, etc) or String. Compressed stream parsing and
encoding supported for Bzip2, Gzip and Deflate.
.
Parse and encode *multiple* JSON objects to and from streams or strings
continuously.
.
JSON gem compatibility API - allows yajl-ruby to be used as a drop-in
replacement for the JSON gem
.
Basic HTTP client (only GET requests supported for now) which parses JSON
directly off the response body *as it's being received*
Description-md5:
Homepage: https://github.com/brianmario/yajl-ruby
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-yajl/ruby-yajl_1.4.3-1+b2_amd64.deb