standard on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S standard

* (Optional) Uninstall standard on Arch using YAY

$ yay -Rns standard

2. Manually Install "standard" via AUR

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

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

b. Clone standard's git locally

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

c. Go to ~/standard folder and install it

$ cd ~/standard $ makepkg -si

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

ID: 1268182
Name: standard
PackageBaseID: 169917
PackageBase: standard
Version: 17.1.0-1
Description: JavaScript style guide, linter, and formatter
URL: https://standardjs.com
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: lkrms
Submitter: grawlinson
FirstSubmitted: 1628939748
LastModified: 1685935024
URLPath: /cgit/aur.git/snapshot/standard.tar.gz