grcov on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S grcov

* (Optional) Uninstall grcov on Arch using YAY

$ yay -Rns grcov

2. Manually Install "grcov" via AUR

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

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

b. Clone grcov's git locally

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

c. Go to ~/grcov folder and install it

$ cd ~/grcov $ makepkg -si

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

ID: 1060266
Name: grcov
PackageBaseID: 151621
PackageBase: grcov
Version: 0.8.9-1
Description: Rust tool to collect and aggregate code coverage data for multiple source files
URL: https://github.com/mozilla/grcov
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: Sanpi
FirstSubmitted: 1587125722
LastModified: 1648885844
URLPath: /cgit/aur.git/snapshot/grcov.tar.gz