python2-proboscis on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S python2-proboscis

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

$ yay -Rns python2-proboscis

2. Manually Install "python2-proboscis" via AUR

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

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

b. Clone python2-proboscis's git locally

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

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

$ cd ~/python2-proboscis $ makepkg -si

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

ID: 455401
Name: python2-proboscis
PackageBaseID: 97574
PackageBase: python-proboscis
Version: 1.2.6.0-2
Description: Proboscis is a Python test framework that extends Python’s built-in unittest module and Nose with features from TestNG.
URL: https://pypi.python.org/pypi/proboscis/
NumVotes: 13
Popularity: 0
OutOfDate:
Maintainer: sodora
FirstSubmitted: 1439537876
LastModified: 1509071722
URLPath: /cgit/aur.git/snapshot/python2-proboscis.tar.gz

5. The same packages on other Linux Distributions