hadolint on AUR (Arch User Repository)

Last updated: November 16,2024

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

$ yay -S hadolint

* (Optional) Uninstall hadolint on Arch using YAY

$ yay -Rns hadolint

2. Manually Install "hadolint" via AUR

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

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

b. Clone hadolint's git locally

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

c. Go to ~/hadolint folder and install it

$ cd ~/hadolint $ makepkg -si

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

ID: 1168082
Name: hadolint
PackageBaseID: 138850
PackageBase: hadolint
Version: 2.12.0-1
Description: Dockerfile linter, validate inline bash, written in Haskell
URL: https://github.com/hadolint/hadolint/
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: m-pilia
Submitter: m-pilia
FirstSubmitted: 1547839047
LastModified: 1668264897
URLPath: /cgit/aur.git/snapshot/hadolint.tar.gz

5. The same packages on other Linux Distributions