python2-regex on AUR (Arch User Repository)

Last updated: September 21,2024

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

$ yay -S python2-regex

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

$ yay -Rns python2-regex

2. Manually Install "python2-regex" via AUR

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

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

b. Clone python2-regex's git locally

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

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

$ cd ~/python2-regex $ makepkg -si

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

ID: 851729
Name: python2-regex
PackageBaseID: 162445
PackageBase: python2-regex
Version: 2020.11.13-1
Description: Alternative regular expression module, to replace re.
URL: https://bitbucket.org/mrabarnett/mrab-regex
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer:
Submitter: timschumi
FirstSubmitted: 1611398963
LastModified: 1611398963
URLPath: /cgit/aur.git/snapshot/python2-regex.tar.gz

5. The same packages on other Linux Distributions