How to Install and Uninstall freecdb Package on Kali Linux

Last updated: May 18,2024

1. Install "freecdb" package

This guide let you learn how to install freecdb on Kali Linux

$ sudo apt update $ sudo apt install freecdb

2. Uninstall "freecdb" package

This tutorial shows how to uninstall freecdb on Kali Linux:

$ sudo apt remove freecdb $ sudo apt autoclean && sudo apt autoremove

3. Information about the freecdb package on Kali Linux

Package: freecdb
Version: 0.76
Installed-Size: 113
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.2.5)
Size: 19472
SHA256: 0a202e370ba208f3242e219330ade8fff8c7c8669c9335ae86a3632d471f69a1
SHA1: 47ad8384a8b03f093e93e7323a0c19aeb8842616
MD5sum: 11562bccf1100fc886c2c9c3888a2eb4
Description: creating and reading constant databases
freecdb is a fast, reliable, simple package for creating and reading
constant databases. Its database structure provides several features:
.
* Fast lookups: A successful lookup in a large database normally takes
just two disk accesses. An unsuccessful lookup takes only one.
* Low overhead: A database uses 2048 bytes, plus 24 bytes per record,
plus the space for keys and data.
* No random limits: cdb can handle any database up to 4 gigabytes.
There are no other restrictions; records don't even have to fit into
memory. Databases are stored in a machine-independent format.
* Fast atomic database replacement: cdbmake can rewrite an entire
database two orders of magnitude faster than other hashing packages.
* Fast database dumps: cdbdump prints the contents of a database in
cdbmake-compatible format.
.
This package is derived from the cdb package, and uses the original
cdb library. See http://cr.yp.to/cdb.html
Description-md5:
Tag: interface::commandline, role::program, scope::utility, works-with::db
Section: utils
Priority: optional
Filename: pool/main/f/freecdb/freecdb_0.76_amd64.deb