salt-lint on AUR (Arch User Repository)

Last updated: July 01,2024

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

$ yay -S salt-lint

* (Optional) Uninstall salt-lint on Arch using YAY

$ yay -Rns salt-lint

2. Manually Install "salt-lint" via AUR

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

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

b. Clone salt-lint's git locally

$ git clone https://aur.archlinux.org/salt-lint.git ~/salt-lint

c. Go to ~/salt-lint folder and install it

$ cd ~/salt-lint $ makepkg -si

3. Information about the salt-lint package on Arch User Repository (AUR)

ID: 1215254
Name: salt-lint
PackageBaseID: 149059
PackageBase: salt-lint
Version: 0.9.2-1
Description: A command-line utility that checks for best practices in SaltStack.
URL: https://github.com/warpnet/salt-lint
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: jbouter
Submitter: ewout
FirstSubmitted: 1581539609
LastModified: 1677011193
URLPath: /cgit/aur.git/snapshot/salt-lint.tar.gz

5. The same packages on other Linux Distributions