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

Last updated: May 20,2024

1. Install "ruby-dbm" package

Please follow the guidance below to install ruby-dbm on Kali Linux

$ sudo apt update $ sudo apt install ruby-dbm

2. Uninstall "ruby-dbm" package

In this section, we are going to explain the necessary steps to uninstall ruby-dbm on Kali Linux:

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

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

Package: ruby-dbm
Version: 1.1.0-2
Installed-Size: 55
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: libc6 (>= 2.4), libgdbm-compat4 (>= 1.16), libgdbm6 (>= 1.16), libruby3.1 (>= 3.1.2), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Size: 12056
SHA256: ef4e407edaf08b72b99ee6f5bd6d3099d5cfe7e936b1c48825d1dd69b1f980bd
SHA1: f4d1de4cf1b8157ebd795fcc43ce7f7d799c164d
MD5sum: 31e6e36465a000e636a1f6f8b2059c6f
Description: wrapper for the UNIX-style Database Manager Library
This package provides a consistent API for different possible DBM libraries.
Dbm databases do not have tables or columns; they are simple key-value data
stores, like a Ruby Hash except not resident in RAM. Keys and values must be
strings.
.
The Debian build uses the GNU implementation of dbm (gdbm) as backend.
Description-md5:
Homepage: https://github.com/ruby/dbm
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-dbm/ruby-dbm_1.1.0-2_amd64.deb