postgresql11 on AUR (Arch User Repository)

Last updated: June 20,2024

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

$ yay -S postgresql11

* (Optional) Uninstall postgresql11 on Arch using YAY

$ yay -Rns postgresql11

2. Manually Install "postgresql11" via AUR

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

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

b. Clone postgresql11's git locally

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

c. Go to ~/postgresql11 folder and install it

$ cd ~/postgresql11 $ makepkg -si

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

ID: 1351453
Name: postgresql11
PackageBaseID: 177401
PackageBase: postgresql11
Version: 11.22-1
Description: Sophisticated object-relational DBMS
URL: https://www.postgresql.org/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: mrechte
Submitter: mrechte
FirstSubmitted: 1648565863
LastModified: 1699717265
URLPath: /cgit/aur.git/snapshot/postgresql11.tar.gz

5. The same packages on other Linux Distributions