python311 on AUR (Arch User Repository)

Last updated: June 28,2024

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

$ yay -S python311

* (Optional) Uninstall python311 on Arch using YAY

$ yay -Rns python311

2. Manually Install "python311" via AUR

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

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

b. Clone python311's git locally

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

c. Go to ~/python311 folder and install it

$ cd ~/python311 $ makepkg -si

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

ID: 1124235
Name: python311
PackageBaseID: 171761
PackageBase: python311
Version: 3.11.0rc1-1
Description: Major release 3.11 of the Python high-level programming language
URL: https://www.python.org/
NumVotes: 2
Popularity: 0.466324
OutOfDate:
Maintainer: rixx
FirstSubmitted: 1633623017
LastModified: 1660091965
URLPath: /cgit/aur.git/snapshot/python311.tar.gz