dpmgr
QDBM Database Utilities
Install
- All systems
-
curl cmd.cat/dpmgr.sh
- Debian
-
apt-get install qdbm-util
- Ubuntu
-
apt-get install qdbm-util
- Kali Linux
-
apt-get install qdbm-util
- Fedora
-
dnf install qdbm
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install qdbm-util
- OS X
-
brew install qdbm
- Raspbian
-
apt-get install qdbm-util
- Dockerfile
- dockerfile.run/dpmgr
qdbm-util
QDBM Database Utilities
QDBM is an embedded database library compatible with GDBM and NDBM. It features hash database and B+ tree database and is developed referring to GDBM for the purpose of the following three points: higher processing speed, smaller size of a database file, and simpler API. This is the QDBM Database utilities package.