codeql on AUR (Arch User Repository)

Last updated: July 01,2024

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

$ yay -S codeql

* (Optional) Uninstall codeql on Arch using YAY

$ yay -Rns codeql

2. Manually Install "codeql" via AUR

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

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

b. Clone codeql's git locally

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

c. Go to ~/codeql folder and install it

$ cd ~/codeql $ makepkg -si

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

ID: 1420046
Name: codeql
PackageBaseID: 154204
PackageBase: codeql
Version: 2.16.3-1
Description: The CLI tool for GitHub's CodeQL
URL: https://github.com/github/codeql-cli-binaries
NumVotes: 4
Popularity: 0.278667
OutOfDate:
Maintainer: froub
Submitter: sauyon
FirstSubmitted: 1591729357
LastModified: 1709484282
URLPath: /cgit/aur.git/snapshot/codeql.tar.gz