tflint on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S tflint

* (Optional) Uninstall tflint on Arch using YAY

$ yay -Rns tflint

2. Manually Install "tflint" via AUR

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

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

b. Clone tflint's git locally

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

c. Go to ~/tflint folder and install it

$ cd ~/tflint $ makepkg -si

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

ID: 1324923
Name: tflint
PackageBaseID: 121426
PackageBase: tflint
Version: 0.48.0-1
Description: A linter for Terraform code
URL: https://github.com/terraform-linters/tflint
NumVotes: 5
Popularity: 0.156979
OutOfDate:
Maintainer: bsdutra
Submitter: demon012
FirstSubmitted: 1491894549
LastModified: 1695740429
URLPath: /cgit/aur.git/snapshot/tflint.tar.gz

5. The same packages on other Linux Distributions