sqlite-jdbc on AUR (Arch User Repository)

Last updated: November 14,2024

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

$ yay -S sqlite-jdbc

* (Optional) Uninstall sqlite-jdbc on Arch using YAY

$ yay -Rns sqlite-jdbc

2. Manually Install "sqlite-jdbc" via AUR

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

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

b. Clone sqlite-jdbc's git locally

$ git clone https://aur.archlinux.org/sqlite-jdbc.git ~/sqlite-jdbc

c. Go to ~/sqlite-jdbc folder and install it

$ cd ~/sqlite-jdbc $ makepkg -si

3. Information about the sqlite-jdbc package on Arch User Repository (AUR)

ID: 1404360
Name: sqlite-jdbc
PackageBaseID: 41205
PackageBase: sqlite-jdbc
Version: 3.45.1.0-1
Description: JDBC driver for SQLite
URL: https://github.com/xerial/sqlite-jdbc
NumVotes: 24
Popularity: 0
OutOfDate:
Maintainer: vitalijr2
Submitter: Syco
FirstSubmitted: 1285681407
LastModified: 1707134142
URLPath: /cgit/aur.git/snapshot/sqlite-jdbc.tar.gz

5. The same packages on other Linux Distributions