postgresql-src on AUR (Arch User Repository)

Last updated: November 08,2024

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

$ yay -S postgresql-src

* (Optional) Uninstall postgresql-src on Arch using YAY

$ yay -Rns postgresql-src

2. Manually Install "postgresql-src" via AUR

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

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

b. Clone postgresql-src's git locally

$ git clone https://aur.archlinux.org/postgresql-src.git ~/postgresql-src

c. Go to ~/postgresql-src folder and install it

$ cd ~/postgresql-src $ makepkg -si

3. Information about the postgresql-src package on Arch User Repository (AUR)

ID: 1133372
Name: postgresql-src
PackageBaseID: 115844
PackageBase: postgresql-src
Version: 14.5-1
Description: A sophisticated object-relational DBMS (from source, LTO enabled)
URL: http://www.postgresql.org/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: gregbunk
FirstSubmitted: 1475238401
LastModified: 1661964364
URLPath: /cgit/aur.git/snapshot/postgresql-src.tar.gz