nunit3 on AUR (Arch User Repository)

Last updated: June 30,2024

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

$ yay -S nunit3

* (Optional) Uninstall nunit3 on Arch using YAY

$ yay -Rns nunit3

2. Manually Install "nunit3" via AUR

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

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

b. Clone nunit3's git locally

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

c. Go to ~/nunit3 folder and install it

$ cd ~/nunit3 $ makepkg -si

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

ID: 321391
Name: nunit3
PackageBaseID: 89265
PackageBase: nunit3
Version: 3.4.1-1
Description: Unit-testing framework for all .NET languages.
URL: http://www.nunit.com
NumVotes: 3
Popularity: 1.0E-6
OutOfDate: 1705580847
Maintainer: SingYan
Submitter: birdspider
FirstSubmitted: 1420808889
LastModified: 1468500718
URLPath: /cgit/aur.git/snapshot/nunit3.tar.gz

5. The same packages on other Linux Distributions