mod_wsgi on AUR (Arch User Repository)

Last updated: September 21,2024

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

$ yay -S mod_wsgi

* (Optional) Uninstall mod_wsgi on Arch using YAY

$ yay -Rns mod_wsgi

2. Manually Install "mod_wsgi" via AUR

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

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

b. Clone mod_wsgi's git locally

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

c. Go to ~/mod_wsgi folder and install it

$ cd ~/mod_wsgi $ makepkg -si

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

ID: 1266756
Name: mod_wsgi
PackageBaseID: 152238
PackageBase: mod_wsgi
Version: 4.9.4-2
Description: Python WSGI adapter module for Apache
URL: http://www.modwsgi.org/
NumVotes: 6
Popularity: 0
OutOfDate:
Maintainer: kiito
Submitter: arojas
FirstSubmitted: 1588360961
LastModified: 1685705089
URLPath: /cgit/aur.git/snapshot/mod_wsgi.tar.gz