postgresql14 on AUR (Arch User Repository)

Last updated: May 02,2024

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

$ yay -S postgresql14

* (Optional) Uninstall postgresql14 on Arch using YAY

$ yay -Rns postgresql14

2. Manually Install "postgresql14" via AUR

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

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

b. Clone postgresql14's git locally

$ git clone https://aur.archlinux.org/postgresql14.git ~/postgresql14

c. Go to ~/postgresql14 folder and install it

$ cd ~/postgresql14 $ makepkg -si

3. Information about the postgresql14 package on Arch User Repository (AUR)

ID: 1407490
Name: postgresql14
PackageBaseID: 174443
PackageBase: postgresql14
Version: 14.11-1
Description: Sophisticated object-relational DBMS
URL: https://www.postgresql.org/
NumVotes: 1
Popularity: 1.0E-6
OutOfDate:
Maintainer: mrechte
Submitter: mrechte
FirstSubmitted: 1640617960
LastModified: 1707656722
URLPath: /cgit/aur.git/snapshot/postgresql14.tar.gz