python2-pylint on AUR (Arch User Repository)

Last updated: June 02,2024

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

$ yay -S python2-pylint

* (Optional) Uninstall python2-pylint on Arch using YAY

$ yay -Rns python2-pylint

2. Manually Install "python2-pylint" via AUR

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

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

b. Clone python2-pylint's git locally

$ git clone https://aur.archlinux.org/python2-pylint.git ~/python2-pylint

c. Go to ~/python2-pylint folder and install it

$ cd ~/python2-pylint $ makepkg -si

3. Information about the python2-pylint package on Arch User Repository (AUR)

ID: 889871
Name: python2-pylint
PackageBaseID: 165413
PackageBase: python2-pylint
Version: 1.9.5-1
Description: Analyzes Python code looking for bugs and signs of poor quality
URL: https://pylint.org
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: FrederickZh
FirstSubmitted: 1617971504
LastModified: 1617971504
URLPath: /cgit/aur.git/snapshot/python2-pylint.tar.gz

5. The same packages on other Linux Distributions