cython3 on AUR (Arch User Repository)

Last updated: May 23,2024

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

$ yay -S cython3

* (Optional) Uninstall cython3 on Arch using YAY

$ yay -Rns cython3

2. Manually Install "cython3" via AUR

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

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

b. Clone cython3's git locally

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

c. Go to ~/cython3 folder and install it

$ cd ~/cython3 $ makepkg -si

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

ID: 1106328
Name: cython3
PackageBaseID: 167976
PackageBase: cython3
Version: 3.0.0a10-2
Description: C-Extensions for Python
URL: https://cython.org
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: thrasibule
FirstSubmitted: 1623677441
LastModified: 1656686998
URLPath: /cgit/aur.git/snapshot/cython3.tar.gz