The GNU `dbm' is a library of database functions that use extendible hashing and works similar to the standard UNIX `dbm' functions. These routines are provided to a programmer needing to create and manipulate a hashed database.
The GNU `dbm' is a library of database functions that use extendible hashing and works similar to the standard UNIX `dbm' functions. These routines are provided to a programmer needing to create and manipulate a hashed database.
To install gdbm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gdbm
To see what files were installed by gdbm, run:
port contents gdbm
To later upgrade gdbm, run:
sudo port selfupdate && sudo port upgrade gdbm
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.