python2 on AUR (Arch User Repository)

Last updated: July 01,2024

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

$ yay -S python2

* (Optional) Uninstall python2 on Arch using YAY

$ yay -Rns python2

2. Manually Install "python2" via AUR

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

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

b. Clone python2's git locally

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

c. Go to ~/python2 folder and install it

$ cd ~/python2 $ makepkg -si

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

ID: 1419314
Name: python2
PackageBaseID: 185970
PackageBase: python2
Version: 2.7.18-10
Description: A high-level scripting language
URL: https://www.python.org/
NumVotes: 62
Popularity: 1.575885
OutOfDate:
Maintainer: micwoj92
Submitter: jelly
FirstSubmitted: 1663927318
LastModified: 1709360342
URLPath: /cgit/aur.git/snapshot/python2.tar.gz