pint on AUR (Arch User Repository)

Last updated: November 08,2024

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

$ yay -S pint

* (Optional) Uninstall pint on Arch using YAY

$ yay -Rns pint

2. Manually Install "pint" via AUR

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

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

b. Clone pint's git locally

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

c. Go to ~/pint folder and install it

$ cd ~/pint $ makepkg -si

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

ID: 1131134
Name: pint
PackageBaseID: 175154
PackageBase: pint
Version: 0.29.2-1
Description: Prometheus rule linter
URL: https://github.com/cloudflare/pint
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: atriix
FirstSubmitted: 1642454377
LastModified: 1661498519
URLPath: /cgit/aur.git/snapshot/pint.tar.gz

5. The same packages on other Linux Distributions