k6 on AUR (Arch User Repository)

Last updated: July 08,2024

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

$ yay -S k6

* (Optional) Uninstall k6 on Arch using YAY

$ yay -Rns k6

2. Manually Install "k6" via AUR

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

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

b. Clone k6's git locally

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

c. Go to ~/k6 folder and install it

$ cd ~/k6 $ makepkg -si

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

ID: 1395195
Name: k6
PackageBaseID: 133225
PackageBase: k6
Version: 0.49.0-1
Description: A modern load testing tool, using Go and JavaScript
URL: https://github.com/grafana/k6
NumVotes: 8
Popularity: 0.250412
OutOfDate:
Maintainer: jhenson
Submitter: billkaguru
FirstSubmitted: 1528394786
LastModified: 1706564949
URLPath: /cgit/aur.git/snapshot/k6.tar.gz