pgloader on AUR (Arch User Repository)

Last updated: May 16,2024

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

$ yay -S pgloader

* (Optional) Uninstall pgloader on Arch using YAY

$ yay -Rns pgloader

2. Manually Install "pgloader" via AUR

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

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

b. Clone pgloader's git locally

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

c. Go to ~/pgloader folder and install it

$ cd ~/pgloader $ makepkg -si

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

ID: 1346528
Name: pgloader
PackageBaseID: 98457
PackageBase: pgloader
Version: 3.6.10-1
Description: A data loading tool for PostgreSQL, using the COPY command.
URL: http://pgloader.io/
NumVotes: 12
Popularity: 0.018519
OutOfDate:
Maintainer: Sanpi
Submitter: Sanpi
FirstSubmitted: 1440497996
LastModified: 1698958099
URLPath: /cgit/aur.git/snapshot/pgloader.tar.gz