jdbc_fdw on AUR (Arch User Repository)

Last updated: May 10,2024

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

$ yay -S jdbc_fdw

* (Optional) Uninstall jdbc_fdw on Arch using YAY

$ yay -Rns jdbc_fdw

2. Manually Install "jdbc_fdw" via AUR

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

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

b. Clone jdbc_fdw's git locally

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

c. Go to ~/jdbc_fdw folder and install it

$ cd ~/jdbc_fdw $ makepkg -si

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

ID: 1047208
Name: jdbc_fdw
PackageBaseID: 176571
PackageBase: jdbc_fdw
Version: 0.1.0-2
Description: PostgreSQL Foreign Data Wrapper (FDW) for remote databases using JDBC
URL: https://github.com/pgspider/jdbc_fdw
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: deons
Submitter: deons
FirstSubmitted: 1646306524
LastModified: 1646579488
URLPath: /cgit/aur.git/snapshot/jdbc_fdw.tar.gz