gccdiag on AUR (Arch User Repository)

Last updated: September 21,2024

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

$ yay -S gccdiag

* (Optional) Uninstall gccdiag on Arch using YAY

$ yay -Rns gccdiag

2. Manually Install "gccdiag" via AUR

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

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

b. Clone gccdiag's git locally

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

c. Go to ~/gccdiag folder and install it

$ cd ~/gccdiag $ makepkg -si

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

ID: 1004268
Name: gccdiag
PackageBaseID: 173180
PackageBase: gccdiag
Version: 0.2.4-1
Description: Utility to get GCC diagnostics for a file, with flags from compilation database.
URL: https://gitlab.com/andrejr/gccdiag
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: andrejr
Submitter: andrejr
FirstSubmitted: 1637185234
LastModified: 1639584980
URLPath: /cgit/aur.git/snapshot/gccdiag.tar.gz