python2-isort on AUR (Arch User Repository)

Last updated: November 26,2024

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

$ yay -S python2-isort

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

$ yay -Rns python2-isort

2. Manually Install "python2-isort" via AUR

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

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

b. Clone python2-isort's git locally

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

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

$ cd ~/python2-isort $ makepkg -si

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

ID: 892694
Name: python2-isort
PackageBaseID: 165411
PackageBase: python2-isort
Version: 4.3.21-2
Description: A Python utility / library to sort Python imports.
URL: https://github.com/timothycrosley/isort
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: FrederickZh
FirstSubmitted: 1617969839
LastModified: 1618477162
URLPath: /cgit/aur.git/snapshot/python2-isort.tar.gz

5. The same packages on other Linux Distributions