db_dump185

databases

Install

All systems
curl cmd.cat/db_dump185.sh
Debian Debian
apt-get install libdb1-compat
Ubuntu
apt-get install libdb1-compat
image/svg+xml Kali Linux
apt-get install libdb1-compat
CentOS
yum install libdb-utils
Fedora
dnf install libdb-utils
Windows (WSL2)
sudo apt-get update sudo apt-get install libdb1-compat
Raspbian
apt-get install libdb1-compat

libdb-utils

databases

libdb1-compat

Berkeley database routines [glibc 2.0/2.1 compatibility]

libdb is a library for manipulating database files, developed at Berkeley. It supports three kinds of file formats: * btree. A representation of a sorted, balanced tree structure. * hashed. An extensible, dynamic hashing scheme. * UNIX file oriented. A byte stream file with fixed or variable length records. This library exists for compatibility with applications built against glibc 2.0 or 2.1. There is intentionally no corresponding development package. Do not link new applications against this library!

db4-utils

(version 4) databases