rapidcheck on AUR (Arch User Repository)

Last updated: June 16,2024

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

$ yay -S rapidcheck

* (Optional) Uninstall rapidcheck on Arch using YAY

$ yay -Rns rapidcheck

2. Manually Install "rapidcheck" via AUR

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

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

b. Clone rapidcheck's git locally

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

c. Go to ~/rapidcheck folder and install it

$ cd ~/rapidcheck $ makepkg -si

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

ID: 898987
Name: rapidcheck
PackageBaseID: 138997
PackageBase: rapidcheck
Version: r1018.fc61611-1
Description: QuickCheck clone for C++ with the goal of being simple to use with as little boilerplate as possible.
URL: https://github.com/emil-e/rapidcheck
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: bverhagen
FirstSubmitted: 1548311503
LastModified: 1619626304
URLPath: /cgit/aur.git/snapshot/rapidcheck.tar.gz