python-asyncssh on AUR (Arch User Repository)

Last updated: July 08,2024

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

$ yay -S python-asyncssh

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

$ yay -Rns python-asyncssh

2. Manually Install "python-asyncssh" via AUR

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

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

b. Clone python-asyncssh's git locally

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

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

$ cd ~/python-asyncssh $ makepkg -si

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

ID: 1376773
Name: python-asyncssh
PackageBaseID: 106577
PackageBase: python-asyncssh
Version: 2.14.2-1
Description: Asynchronous SSHv2 client and server library
URL: http://asyncssh.readthedocs.org/
NumVotes: 4
Popularity: 3.0E-6
OutOfDate:
Maintainer: mtorromeo
Submitter: mtorromeo
FirstSubmitted: 1453715665
LastModified: 1703761434
URLPath: /cgit/aur.git/snapshot/python-asyncssh.tar.gz