shellcheck-bin on AUR (Arch User Repository)

Last updated: June 23,2024

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

$ yay -S shellcheck-bin

* (Optional) Uninstall shellcheck-bin on Arch using YAY

$ yay -Rns shellcheck-bin

2. Manually Install "shellcheck-bin" via AUR

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

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

b. Clone shellcheck-bin's git locally

$ git clone https://aur.archlinux.org/shellcheck-bin.git ~/shellcheck-bin

c. Go to ~/shellcheck-bin folder and install it

$ cd ~/shellcheck-bin $ makepkg -si

3. Information about the shellcheck-bin package on Arch User Repository (AUR)

ID: 1423014
Name: shellcheck-bin
PackageBaseID: 176060
PackageBase: shellcheck-bin
Version: 0.10.0-1
Description: Shell script analysis tool (binary release, static)
URL: https://shellcheck.net
NumVotes: 46
Popularity: 2.579295
OutOfDate:
Maintainer: silvio
Submitter: silvio
FirstSubmitted: 1644997901
LastModified: 1709884925
URLPath: /cgit/aur.git/snapshot/shellcheck-bin.tar.gz