conftest on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S conftest

* (Optional) Uninstall conftest on Arch using YAY

$ yay -Rns conftest

2. Manually Install "conftest" via AUR

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

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

b. Clone conftest's git locally

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

c. Go to ~/conftest folder and install it

$ cd ~/conftest $ makepkg -si

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

ID: 1224343
Name: conftest
PackageBaseID: 143450
PackageBase: conftest
Version: 0.39.2-1
Description: A utility to help you write tests against structured configuration data
URL: https://github.com/open-policy-agent/conftest
NumVotes: 3
Popularity: 0
OutOfDate:
Maintainer: nairb774
Submitter: dbirks
FirstSubmitted: 1563051925
LastModified: 1678499913
URLPath: /cgit/aur.git/snapshot/conftest.tar.gz

5. The same packages on other Linux Distributions