python-sanic on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S python-sanic

* (Optional) Uninstall python-sanic on Arch using YAY

$ yay -Rns python-sanic

2. Manually Install "python-sanic" via AUR

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

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

b. Clone python-sanic's git locally

$ git clone https://aur.archlinux.org/python-sanic.git ~/python-sanic

c. Go to ~/python-sanic folder and install it

$ cd ~/python-sanic $ makepkg -si

3. Information about the python-sanic package on Arch User Repository (AUR)

ID: 1126329
Name: python-sanic
PackageBaseID: 118481
PackageBase: python-sanic
Version: 22.6.2-1
Description: Async Python 3.6+ web server/framework | Build fast. Run fast.
URL: https://sanic.dev/
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: wangqr
FirstSubmitted: 1483769060
LastModified: 1660575122
URLPath: /cgit/aur.git/snapshot/python-sanic.tar.gz

5. The same packages on other Linux Distributions