jcov on AUR (Arch User Repository)

Last updated: July 04,2024

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

$ yay -S jcov

* (Optional) Uninstall jcov on Arch using YAY

$ yay -Rns jcov

2. Manually Install "jcov" via AUR

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

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

b. Clone jcov's git locally

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

c. Go to ~/jcov folder and install it

$ cd ~/jcov $ makepkg -si

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

ID: 572039
Name: jcov
PackageBaseID: 131863
PackageBase: jcov
Version: 3.0_b07-1
Description: The JCov open source project is used to gather quality metrics associated with the production of test suites.
URL: https://wiki.openjdk.java.net/display/CodeTools/jcov
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: tsachev
Submitter: tsachev
FirstSubmitted: 1524659831
LastModified: 1546006810
URLPath: /cgit/aur.git/snapshot/jcov.tar.gz