duckdb on AUR (Arch User Repository)

Last updated: September 21,2024

1. Install "duckdb" 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 duckdb on Arch using YAY

$ yay -S duckdb

* (Optional) Uninstall duckdb on Arch using YAY

$ yay -Rns duckdb

2. Manually Install "duckdb" via AUR

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

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

b. Clone duckdb's git locally

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

c. Go to ~/duckdb folder and install it

$ cd ~/duckdb $ makepkg -si

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

ID: 1409710
Name: duckdb
PackageBaseID: 172531
PackageBase: duckdb
Version: 0.10.0-1
Description: An in-process SQL OLAP database management system
URL: https://duckdb.org
NumVotes: 5
Popularity: 1.364155
OutOfDate:
Maintainer: AlphaJack
Submitter: grawlinson
FirstSubmitted: 1635575830
LastModified: 1708021050
URLPath: /cgit/aur.git/snapshot/duckdb.tar.gz