python-psycopg on AUR (Arch User Repository)

Last updated: September 28,2024

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

$ yay -S python-psycopg

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

$ yay -Rns python-psycopg

2. Manually Install "python-psycopg" via AUR

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

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

b. Clone python-psycopg's git locally

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

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

$ cd ~/python-psycopg $ makepkg -si

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

ID: 1078369
Name: python-psycopg
PackageBaseID: 173151
PackageBase: python-psycopg
Version: 3.0.13-1
Description: A modern implementation of a PostgreSQL adapter for Python
URL: https://www.psycopg.org/psycopg3/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: thrasibule
FirstSubmitted: 1637076599
LastModified: 1652204521
URLPath: /cgit/aur.git/snapshot/python-psycopg.tar.gz

5. The same packages on other Linux Distributions