unixbench on AUR (Arch User Repository)

Last updated: June 17,2024

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

$ yay -S unixbench

* (Optional) Uninstall unixbench on Arch using YAY

$ yay -Rns unixbench

2. Manually Install "unixbench" via AUR

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

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

b. Clone unixbench's git locally

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

c. Go to ~/unixbench folder and install it

$ cd ~/unixbench $ makepkg -si

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

ID: 461863
Name: unixbench
PackageBaseID: 97644
PackageBase: unixbench
Version: 5.1.3-4
Description: UnixBench is a simple benchmark whose purpose is to provide a basic indicator of the performance of a Unix-like system.
URL: https://github.com/kdlucas/byte-unixbench
NumVotes: 30
Popularity: 0.000924
OutOfDate: 1685050257
Maintainer: kbabioch
Submitter: moonman
FirstSubmitted: 1439623697
LastModified: 1510913366
URLPath: /cgit/aur.git/snapshot/unixbench.tar.gz

5. The same packages on other Linux Distributions