pgvector on AUR (Arch User Repository)

Last updated: June 25,2024

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

$ yay -S pgvector

* (Optional) Uninstall pgvector on Arch using YAY

$ yay -Rns pgvector

2. Manually Install "pgvector" via AUR

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

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

b. Clone pgvector's git locally

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

c. Go to ~/pgvector folder and install it

$ cd ~/pgvector $ makepkg -si

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

ID: 1395559
Name: pgvector
PackageBaseID: 191977
PackageBase: pgvector
Version: 0.6.0-1
Description: A vector similarity search extension for PostgreSQL
URL: https://github.com/pgvector/pgvector
NumVotes: 2
Popularity: 0.657769
OutOfDate:
Maintainer: sorz
Submitter: sorz
FirstSubmitted: 1679913096
LastModified: 1706629644
URLPath: /cgit/aur.git/snapshot/pgvector.tar.gz