ksql on AUR (Arch User Repository)

Last updated: May 14,2024

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

$ yay -S ksql

* (Optional) Uninstall ksql on Arch using YAY

$ yay -Rns ksql

2. Manually Install "ksql" via AUR

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

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

b. Clone ksql's git locally

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

c. Go to ~/ksql folder and install it

$ cd ~/ksql $ makepkg -si

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

ID: 660422
Name: ksql
PackageBaseID: 131039
PackageBase: ksql
Version: 0.3.5-2
Description: Wrapper for the SQLite C interface focusing on ease correct usage and data integrity
URL: https://kristaps.bsd.lv/ksql/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: aperez
Submitter: aperez
FirstSubmitted: 1521823665
LastModified: 1572214783
URLPath: /cgit/aur.git/snapshot/ksql.tar.gz