How to Install and Uninstall freecdb Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 12,2024

1. Install "freecdb" package

This guide covers the steps necessary to install freecdb on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install freecdb

2. Uninstall "freecdb" package

Learn how to uninstall freecdb on Ubuntu 21.10 (Impish Indri):

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

3. Information about the freecdb package on Ubuntu 21.10 (Impish Indri)

Package: freecdb
Architecture: amd64
Version: 0.76
Priority: optional
Section: universe/utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 113
Depends: libc6 (>= 2.4)
Filename: pool/universe/f/freecdb/freecdb_0.76_amd64.deb
Size: 19888
MD5sum: 70a152d39ea61f2ffb380b1763d60d3a
SHA1: 917add8f95a72f722ff87793b5fdc653eda395d9
SHA256: 6f90d39cf0930cabcff844092586d4b5beca3e74142a84c8bbee921efd3e14c0
SHA512: 5926b3b376b77158d2e974a75b549723ec2088cdfb7de8d3edc1824b42784c96b94675adab0391cdfbf8d28cac258f2587ba92f32cfca1ee18a39b7e7af85f7a
Description-en: 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: 3c180c3b533714dec12c5c38f2b58eee