codechecker on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S codechecker

* (Optional) Uninstall codechecker on Arch using YAY

$ yay -Rns codechecker

2. Manually Install "codechecker" via AUR

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

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

b. Clone codechecker's git locally

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

c. Go to ~/codechecker folder and install it

$ cd ~/codechecker $ makepkg -si

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

ID: 1394479
Name: codechecker
PackageBaseID: 191417
PackageBase: codechecker
Version: 6.23.1-2
Description: Analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy
URL: https://github.com/Ericsson/codechecker
NumVotes: 1
Popularity: 0.000606
OutOfDate:
Maintainer: carsme
Submitter: carsme
FirstSubmitted: 1678718435
LastModified: 1706481113
URLPath: /cgit/aur.git/snapshot/codechecker.tar.gz