python-duckdb on AUR (Arch User Repository)

Last updated: September 20,2024

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

$ yay -S python-duckdb

* (Optional) Uninstall python-duckdb on Arch using YAY

$ yay -Rns python-duckdb

2. Manually Install "python-duckdb" via AUR

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

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

b. Clone python-duckdb's git locally

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

c. Go to ~/python-duckdb folder and install it

$ cd ~/python-duckdb $ makepkg -si

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

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