cargo-llvm-cov on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S cargo-llvm-cov

* (Optional) Uninstall cargo-llvm-cov on Arch using YAY

$ yay -Rns cargo-llvm-cov

2. Manually Install "cargo-llvm-cov" via AUR

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

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

b. Clone cargo-llvm-cov's git locally

$ git clone https://aur.archlinux.org/cargo-llvm-cov.git ~/cargo-llvm-cov

c. Go to ~/cargo-llvm-cov folder and install it

$ cd ~/cargo-llvm-cov $ makepkg -si

3. Information about the cargo-llvm-cov package on Arch User Repository (AUR)

ID: 1125863
Name: cargo-llvm-cov
PackageBaseID: 170400
PackageBase: cargo-llvm-cov
Version: 0.4.14-1
Description: Cargo subcommand to easily use LLVM source-based code coverage (-Z instrument-coverage).
URL: https://github.com/taiki-e/cargo-llvm-cov
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: flakusha
FirstSubmitted: 1629972036
LastModified: 1660467460
URLPath: /cgit/aur.git/snapshot/cargo-llvm-cov.tar.gz

5. The same packages on other Linux Distributions