dsq on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S dsq

* (Optional) Uninstall dsq on Arch using YAY

$ yay -Rns dsq

2. Manually Install "dsq" via AUR

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

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

b. Clone dsq's git locally

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

c. Go to ~/dsq folder and install it

$ cd ~/dsq $ makepkg -si

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

ID: 1131394
Name: dsq
PackageBaseID: 174951
PackageBase: dsq
Version: v0.22.0-1
Description: CLI tool for running SQL queries against JSON/CSV/Excel/Parquet and more
URL: https://github.com/multiprocessio/dsq
NumVotes: 1
Popularity: 0.008563
OutOfDate:
Maintainer: grawlinson
FirstSubmitted: 1641956370
LastModified: 1661555749
URLPath: /cgit/aur.git/snapshot/dsq.tar.gz

5. The same packages on other Linux Distributions