python2-pexpect on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S python2-pexpect

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

$ yay -Rns python2-pexpect

2. Manually Install "python2-pexpect" via AUR

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

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

b. Clone python2-pexpect's git locally

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

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

$ cd ~/python2-pexpect $ makepkg -si

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

ID: 1107890
Name: python2-pexpect
PackageBaseID: 173955
PackageBase: python2-pexpect
Version: 4.8.0-1
Description: Pexpect allows easy control of interactive console applications.
URL: https://pexpect.readthedocs.io/en/stable/
NumVotes: 2
Popularity: 2.7E-5
OutOfDate: 1706395602
Maintainer: MarsSeed
Submitter: adrien1018
FirstSubmitted: 1639458470
LastModified: 1657016465
URLPath: /cgit/aur.git/snapshot/python2-pexpect.tar.gz

5. The same packages on other Linux Distributions