pgbrowse on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S pgbrowse

* (Optional) Uninstall pgbrowse on Arch using YAY

$ yay -Rns pgbrowse

2. Manually Install "pgbrowse" via AUR

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

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

b. Clone pgbrowse's git locally

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

c. Go to ~/pgbrowse folder and install it

$ cd ~/pgbrowse $ makepkg -si

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

ID: 590492
Name: pgbrowse
PackageBaseID: 139726
PackageBase: pgbrowse
Version: 1.9-2
Description: PgBrowse is a graphical PostgreSQL client. It will allow the user to connect to a PostgreSQL database and execute SQL commands (and much more).
URL: https://github.com/Geballin/PgBrowse
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: Geballin
Submitter: Geballin
FirstSubmitted: 1550447579
LastModified: 1551404460
URLPath: /cgit/aur.git/snapshot/pgbrowse.tar.gz