mod_python on AUR (Arch User Repository)
Last updated: November 25,2024
1. Install "mod_python" 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
Copied
b. Install mod_python on Arch using YAY
$
yay -S
mod_python
Copied
* (Optional) Uninstall mod_python on Arch using YAY
$
yay -Rns
mod_python
Copied
2. Manually Install "mod_python" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone mod_python's git locally
$
git clone https://aur.archlinux.org/mod_python.git
~/mod_python
Copied
c. Go to ~/mod_python folder and install it
$
cd
~/mod_python
Copied
$
makepkg -si
Copied
3. Information about the mod_python package on Arch User Repository (AUR)
ID: 811486
Name: mod_python
PackageBaseID: 6149
PackageBase: mod_python
Version: 3.5.0-3
Description: An Apache module that embeds the Python interpreter within the server
URL: http://www.modpython.org/
NumVotes: 43
Popularity: 0
OutOfDate: 1694955011
Maintainer:
Submitter: ilpianista
FirstSubmitted: 1287526113
LastModified: 1604095029
URLPath: /cgit/aur.git/snapshot/mod_python.tar.gz
Name: mod_python
PackageBaseID: 6149
PackageBase: mod_python
Version: 3.5.0-3
Description: An Apache module that embeds the Python interpreter within the server
URL: http://www.modpython.org/
NumVotes: 43
Popularity: 0
OutOfDate: 1694955011
Maintainer:
Submitter: ilpianista
FirstSubmitted: 1287526113
LastModified: 1604095029
URLPath: /cgit/aur.git/snapshot/mod_python.tar.gz