tslint on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S tslint

* (Optional) Uninstall tslint on Arch using YAY

$ yay -Rns tslint

2. Manually Install "tslint" via AUR

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

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

b. Clone tslint's git locally

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

c. Go to ~/tslint folder and install it

$ cd ~/tslint $ makepkg -si

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

ID: 892404
Name: tslint
PackageBaseID: 112687
PackageBase: tslint
Version: 6.1.3-2
Description: A Linter for the TypeScript language.
URL: http://palantir.github.io/tslint/
NumVotes: 11
Popularity: 0
OutOfDate:
Maintainer: gdamjan
Submitter: gdamjan
FirstSubmitted: 1466527655
LastModified: 1618412623
URLPath: /cgit/aur.git/snapshot/tslint.tar.gz