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

Last updated: May 17,2024

1. Install "ruby-bson" package

In this section, we are going to explain the necessary steps to install ruby-bson on Kali Linux

$ sudo apt update $ sudo apt install ruby-bson

2. Uninstall "ruby-bson" package

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

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

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

Package: ruby-bson
Source: ruby-bson (4.15.0-1)
Version: 4.15.0-1+b2
Installed-Size: 312
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: libc6 (>= 2.14), libruby3.1 (>= 3.1.2), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Size: 51372
SHA256: 17f96ffa04c6c88bd157cc60d07e64dd7108cbe6d7cfbbf85d19f00dc0d07cd6
SHA1: 18aafd26091ba35c6febfc4723f99afaa4cc4d3a
MD5sum: d33df2840c4f9a2cd32d4893a993b68c
Description: Ruby implementation of BSON
BSON is a binary-encoded serialization of JSON-like documents. It is a binary
form for representing simple data structures and associative arrays.
.
This library provides an implementation of BSON for the Ruby programming
language.
Description-md5:
Homepage: https://docs.mongodb.com/ruby-driver/current/tutorials/bson-v4/
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-bson/ruby-bson_4.15.0-1+b2_amd64.deb