rustpython on AUR (Arch User Repository)

Last updated: June 30,2024

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

$ yay -S rustpython

* (Optional) Uninstall rustpython on Arch using YAY

$ yay -Rns rustpython

2. Manually Install "rustpython" via AUR

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

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

b. Clone rustpython's git locally

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

c. Go to ~/rustpython folder and install it

$ cd ~/rustpython $ makepkg -si

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

ID: 1421363
Name: rustpython
PackageBaseID: 202248
PackageBase: rustpython
Version: 0.3.0-1
Description: A Python Interpreter written in Rust
URL: https://github.com/RustPython/RustPython
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: ramenu
Submitter: ramenu
FirstSubmitted: 1707329862
LastModified: 1709667229
URLPath: /cgit/aur.git/snapshot/rustpython.tar.gz