python2-paramiko on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S python2-paramiko

* (Optional) Uninstall python2-paramiko on Arch using YAY

$ yay -Rns python2-paramiko

2. Manually Install "python2-paramiko" via AUR

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

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

b. Clone python2-paramiko's git locally

$ git clone https://aur.archlinux.org/python2-paramiko.git ~/python2-paramiko

c. Go to ~/python2-paramiko folder and install it

$ cd ~/python2-paramiko $ makepkg -si

3. Information about the python2-paramiko package on Arch User Repository (AUR)

ID: 1084312
Name: python2-paramiko
PackageBaseID: 153974
PackageBase: python2-paramiko
Version: 2.11.0-1
Description: Python module that implements the SSH2 protocol
URL: https://github.com/paramiko/paramiko/
NumVotes: 3
Popularity: 0.076065
OutOfDate:
Maintainer:
FirstSubmitted: 1591315347
LastModified: 1653327417
URLPath: /cgit/aur.git/snapshot/python2-paramiko.tar.gz

5. The same packages on other Linux Distributions