duckdb on AUR (Arch User Repository)
Last updated: December 28,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
Copied
b. Install duckdb on Arch using YAY
$
yay -S
duckdb
Copied
* (Optional) Uninstall duckdb on Arch using YAY
$
yay -Rns
duckdb
Copied
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
Copied
b. Clone duckdb's git locally
$
git clone https://aur.archlinux.org/duckdb.git
~/duckdb
Copied
c. Go to ~/duckdb folder and install it
$
cd
~/duckdb
Copied
$
makepkg -si
Copied
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
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