LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

accessdb

dump the man-db database in readable form

TLDR

Dump the man-db database contents
$ accessdb
copy
Dump a specific database file
$ accessdb [/var/cache/man/index.db]
copy
Display with debug information
$ accessdb -d [database_path]
copy

SYNOPSIS

accessdb [-d] [database]

DESCRIPTION

accessdb is a utility that dumps the contents of the man-db database to standard output in a human-readable format. The database contains indexed information about manual pages, including their locations, names, descriptions, and timestamps.This tool is primarily useful for debugging man-db issues, verifying that manual pages are properly indexed, or understanding how the manpage caching system works.

PARAMETERS

-d, --debug

Print debugging information
database
Path to database file (defaults to system man-db location)

INSTALL

sudo apt install man-db
copy
sudo dnf install man-db
copy
sudo pacman -S man-db
copy
sudo apk add man-db
copy
brew install man-db
copy
nix profile install nixpkgs#man-db
copy

CAVEATS

The database format is specific to man-db and may change between versions. This tool is mainly for debugging; regular users rarely need to interact with the database directly. The database must be built using mandb before it can be accessed.

HISTORY

accessdb is part of the man-db package, which was originally written by John W. Eaton and later maintained by Colin Watson. The man-db project began in 1994 as a replacement for the older man package, introducing database caching for faster manual page lookups.

SEE ALSO

man(1), mandb(8), whatis(1), apropos(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid