mod_python2 on AUR (Arch User Repository)

Last updated: November 26,2024

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

$ yay -S mod_python2

* (Optional) Uninstall mod_python2 on Arch using YAY

$ yay -Rns mod_python2

2. Manually Install "mod_python2" via AUR

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

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

b. Clone mod_python2's git locally

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

c. Go to ~/mod_python2 folder and install it

$ cd ~/mod_python2 $ makepkg -si

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

ID: 811489
Name: mod_python2
PackageBaseID: 81551
PackageBase: mod_python2
Version: 3.5.0-3
Description: An Apache module that embeds the Python2 interpreter within the server
URL: http://www.modpython.org/
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: tallero
Submitter: AstroProfundis
FirstSubmitted: 1399282364
LastModified: 1604095666
URLPath: /cgit/aur.git/snapshot/mod_python2.tar.gz