postgresql-10 on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S postgresql-10

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

$ yay -Rns postgresql-10

2. Manually Install "postgresql-10" via AUR

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

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

b. Clone postgresql-10's git locally

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

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

$ cd ~/postgresql-10 $ makepkg -si

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

ID: 1052423
Name: postgresql-10
PackageBaseID: 138100
PackageBase: postgresql-10
Version: 10.20-1
Description: Sophisticated object-relational DBMS
URL: https://www.postgresql.org/
NumVotes: 4
Popularity: 9.5E-5
OutOfDate:
Maintainer:
FirstSubmitted: 1545048977
LastModified: 1647520208
URLPath: /cgit/aur.git/snapshot/postgresql-10.tar.gz

5. The same packages on other Linux Distributions