postgresql-9.4 on AUR (Arch User Repository)

Last updated: July 07,2024

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

$ yay -S postgresql-9.4

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

$ yay -Rns postgresql-9.4

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

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

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

$ cd ~/postgresql-9.4 $ makepkg -si

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

ID: 742494
Name: postgresql-9.4
PackageBaseID: 110661
PackageBase: postgresql-9.4
Version: 9.4.26-3
Description: Sophisticated object-relational DBMS
URL: https://www.postgresql.org/
NumVotes: 4
Popularity: 0
OutOfDate:
Maintainer:
FirstSubmitted: 1461816382
LastModified: 1590400194
URLPath: /cgit/aur.git/snapshot/postgresql-9.4.tar.gz