postgresql15 on AUR (Arch User Repository)

Last updated: July 04,2024

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

$ yay -S postgresql15

* (Optional) Uninstall postgresql15 on Arch using YAY

$ yay -Rns postgresql15

2. Manually Install "postgresql15" via AUR

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

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

b. Clone postgresql15's git locally

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

c. Go to ~/postgresql15 folder and install it

$ cd ~/postgresql15 $ makepkg -si

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

ID: 1413307
Name: postgresql15
PackageBaseID: 200371
PackageBase: postgresql15
Version: 15.6-2
Description: Sophisticated object-relational DBMS
URL: https://www.postgresql.org/
NumVotes: 1
Popularity: 0.180698
OutOfDate:
Maintainer: mrechte
Submitter: mrechte
FirstSubmitted: 1702033280
LastModified: 1708532229
URLPath: /cgit/aur.git/snapshot/postgresql15.tar.gz