sqlcheck on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S sqlcheck

* (Optional) Uninstall sqlcheck on Arch using YAY

$ yay -Rns sqlcheck

2. Manually Install "sqlcheck" via AUR

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

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

b. Clone sqlcheck's git locally

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

c. Go to ~/sqlcheck folder and install it

$ cd ~/sqlcheck $ makepkg -si

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

ID: 1054561
Name: sqlcheck
PackageBaseID: 172999
PackageBase: sqlcheck
Version: 1.3-1
Description: Automatically identify anti-patterns in SQL queries
URL: https://github.com/jarulraj/sqlcheck
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer:
Submitter: grawlinson
FirstSubmitted: 1636705466
LastModified: 1647845482
URLPath: /cgit/aur.git/snapshot/sqlcheck.tar.gz