q on AUR (Arch User Repository)

Last updated: November 08,2024

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

$ yay -S q

* (Optional) Uninstall q on Arch using YAY

$ yay -Rns q

2. Manually Install "q" via AUR

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

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

b. Clone q's git locally

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

c. Go to ~/q folder and install it

$ cd ~/q $ makepkg -si

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

ID: 997415
Name: q
PackageBaseID: 79445
PackageBase: q
Version: 3.1.6-1
Description: SQL-like queries on tabular text data, including joins and subqueries
URL: https://github.com/harelba/q
NumVotes: 10
Popularity: 0
OutOfDate:
Maintainer: FrederickZh
Submitter: StreakyCobra
FirstSubmitted: 1393519080
LastModified: 1638517911
URLPath: /cgit/aur.git/snapshot/q.tar.gz