postgresql-9.5 on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S postgresql-9.5

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

$ yay -Rns postgresql-9.5

2. Manually Install "postgresql-9.5" 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.5's git locally

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

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

$ cd ~/postgresql-9.5 $ makepkg -si

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

ID: 742490
Name: postgresql-9.5
PackageBaseID: 117392
PackageBase: postgresql-9.5
Version: 9.5.22-3
Description: Sophisticated object-relational DBMS
URL: https://www.postgresql.org/
NumVotes: 2
Popularity: 0
OutOfDate: 1610145309
Maintainer: qoobaa
FirstSubmitted: 1480330679
LastModified: 1590400100
URLPath: /cgit/aur.git/snapshot/postgresql-9.5.tar.gz