How to Install and Uninstall gdbmtool Package on Kali Linux

Last updated: July 01,2024

1. Install "gdbmtool" package

Please follow the step by step instructions below to install gdbmtool on Kali Linux

$ sudo apt update $ sudo apt install gdbmtool

2. Uninstall "gdbmtool" package

This guide covers the steps necessary to uninstall gdbmtool on Kali Linux:

$ sudo apt remove gdbmtool $ sudo apt autoclean && sudo apt autoremove

3. Information about the gdbmtool package on Kali Linux

Package: gdbmtool
Source: gdbm (1.23-5)
Version: 1.23-5+b1
Installed-Size: 282
Maintainer: Nicolas Mora
Architecture: amd64
Depends: libc6 (>= 2.34), libgdbm6 (>= 1.21), libreadline8 (>= 6.0)
Suggests: gdbm-l10n (= 1.23-5)
Size: 113336
SHA256: 809d486a326d307bce4e0bf64997e33674bcda4300a5556d58833134007c5996
SHA1: 5d6118198ff2644fff599f0980a7d0183164627c
MD5sum: dacf43aacb406c78afce8779221c349d
Description: GNU dbm database routines (command line tools)
GNU dbm ('gdbm') is a library of database functions that use extendible
hashing and works similarly to the standard UNIX 'dbm' functions.
.
The basic use of 'gdbm' is to store key/data pairs in a data file, thus
providing a persistent version of the 'dictionary' Abstract Data Type
('hash' to perl programmers).
This package includes following command line tools:
.
* gdbm_dump -- dump database content into system-independant format
* gdbm_load -- recreate database from dump, created by gdbm_dump
* gdbmtool -- view and modify an existing database or to create a new one.
Description-md5:
Homepage: https://gnu.org/software/gdbm
Tag: uitoolkit::ncurses
Section: utils
Priority: optional
Filename: pool/main/g/gdbm/gdbmtool_1.23-5+b1_amd64.deb