postgresql-9.6 on AUR (Arch User Repository)

Last updated: June 16,2024

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

$ yay -S postgresql-9.6

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

$ yay -Rns postgresql-9.6

2. Manually Install "postgresql-9.6" via AUR

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

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

b. Clone postgresql-9.6's git locally

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

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

$ cd ~/postgresql-9.6 $ makepkg -si

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

ID: 999352
Name: postgresql-9.6
PackageBaseID: 127510
PackageBase: postgresql-9.6
Version: 9.6.24-1
Description: Sophisticated object-relational DBMS
URL: https://www.postgresql.org/
NumVotes: 5
Popularity: 0
OutOfDate:
Maintainer: frealgagu
FirstSubmitted: 1511690446
LastModified: 1638909683
URLPath: /cgit/aur.git/snapshot/postgresql-9.6.tar.gz