python-asyncserial on AUR (Arch User Repository)

Last updated: November 07,2024

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

$ yay -S python-asyncserial

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

$ yay -Rns python-asyncserial

2. Manually Install "python-asyncserial" via AUR

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

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

b. Clone python-asyncserial's git locally

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

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

$ cd ~/python-asyncserial $ makepkg -si

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

ID: 1422359
Name: python-asyncserial
PackageBaseID: 203412
PackageBase: python-asyncserial
Version: 0.1.0-1
Description: A wrapper for the pyserial library providing an interface based on async def and await
URL: https://github.com/xvzf/asyncserial-py
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: Patschke
Submitter: Patschke
FirstSubmitted: 1709801703
LastModified: 1709801703
URLPath: /cgit/aur.git/snapshot/python-asyncserial.tar.gz