postgresql13 on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S postgresql13

* (Optional) Uninstall postgresql13 on Arch using YAY

$ yay -Rns postgresql13

2. Manually Install "postgresql13" via AUR

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

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

b. Clone postgresql13's git locally

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

c. Go to ~/postgresql13 folder and install it

$ cd ~/postgresql13 $ makepkg -si

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

ID: 1412873
Name: postgresql13
PackageBaseID: 178196
PackageBase: postgresql13
Version: 13.14-1
Description: Sophisticated object-relational DBMS
URL: https://www.postgresql.org/
NumVotes: 3
Popularity: 4.0E-6
OutOfDate:
Maintainer: msrd0
Submitter: msrd0
FirstSubmitted: 1650667194
LastModified: 1708468509
URLPath: /cgit/aur.git/snapshot/postgresql13.tar.gz