sqlite_fdw on AUR (Arch User Repository)

Last updated: May 15,2024

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

$ yay -S sqlite_fdw

* (Optional) Uninstall sqlite_fdw on Arch using YAY

$ yay -Rns sqlite_fdw

2. Manually Install "sqlite_fdw" via AUR

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

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

b. Clone sqlite_fdw's git locally

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

c. Go to ~/sqlite_fdw folder and install it

$ cd ~/sqlite_fdw $ makepkg -si

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

ID: 1326162
Name: sqlite_fdw
PackageBaseID: 163284
PackageBase: sqlite_fdw
Version: 2.4.0-1
Description: SQLite Foreign Data Wrapper for PostgreSQL
URL: https://github.com/pgspider/sqlite_fdw
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: Sanpi
Submitter: Sanpi
FirstSubmitted: 1613250860
LastModified: 1695925519
URLPath: /cgit/aur.git/snapshot/sqlite_fdw.tar.gz