verdict on AUR (Arch User Repository)

Last updated: November 26,2024

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

$ yay -S verdict

* (Optional) Uninstall verdict on Arch using YAY

$ yay -Rns verdict

2. Manually Install "verdict" via AUR

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

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

b. Clone verdict's git locally

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

c. Go to ~/verdict folder and install it

$ cd ~/verdict $ makepkg -si

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

ID: 1049142
Name: verdict
PackageBaseID: 176782
PackageBase: verdict
Version: 1.4.0-1
Description: Compute quality functions of 2 and 3-dimensional regions
URL: https://github.com/sandialabs/verdict
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: xantares
FirstSubmitted: 1646932861
LastModified: 1646932861
URLPath: /cgit/aur.git/snapshot/verdict.tar.gz

5. The same packages on other Linux Distributions