dbm on AUR (Arch User Repository)

Last updated: May 19,2024

1. Install "dbm" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install dbm on Arch using YAY

$ yay -S dbm

* (Optional) Uninstall dbm on Arch using YAY

$ yay -Rns dbm

2. Manually Install "dbm" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone dbm's git locally

$ git clone https://aur.archlinux.org/dbm.git ~/dbm

c. Go to ~/dbm folder and install it

$ cd ~/dbm $ makepkg -si

3. Information about the dbm package on Arch User Repository (AUR)

ID: 533944
Name: dbm
PackageBaseID: 24301
PackageBase: dbm
Version: 0.11.0-5
Description: A little tool to access gdbm files from shell
URL: http://www.scylla-charybdis.com/tool.php/dbm
NumVotes: 4
Popularity: 0
OutOfDate:
Maintainer: bidulock
Submitter: djgera
FirstSubmitted: 1235852548
LastModified: 1533966766
URLPath: /cgit/aur.git/snapshot/dbm.tar.gz