How to Install and Uninstall freecdb Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "freecdb" package

Please follow the step by step instructions below to install freecdb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install freecdb

2. Uninstall "freecdb" package

Please follow the guidance below to uninstall freecdb on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the freecdb package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: freecdb
Priority: optional
Section: universe/utils
Installed-Size: 140
Maintainer: Ubuntu Developers
Original-Maintainer: Gerrit Pape
Architecture: amd64
Version: 0.75build3
Depends: libc6 (>= 2.4)
Filename: pool/universe/f/freecdb/freecdb_0.75build3_amd64.deb
Size: 24380
MD5sum: 205c2c351040a29f2c8ae9b160d3b470
SHA1: 44f1f3cd63f502642778e678b9c682c55a0c3744
SHA256: 722802375b1068e51142e890aa4bece73fc4f08abc6725d0984ec4f8dc14c9c6
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
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu