python-ahocorasick on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S python-ahocorasick

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

$ yay -Rns python-ahocorasick

2. Manually Install "python-ahocorasick" via AUR

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

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

b. Clone python-ahocorasick's git locally

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

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

$ cd ~/python-ahocorasick $ makepkg -si

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

ID: 1006221
Name: python-ahocorasick
PackageBaseID: 129663
PackageBase: python-ahocorasick
Version: 1.4.2-1
Description: Fast and memory efficient exact or approximate multi-pattern string search
URL: http://pypi.python.org/pypi/pyahocorasick
NumVotes: 0
Popularity: 0
OutOfDate: 1662224036
Maintainer: flying-sheep
FirstSubmitted: 1517490915
LastModified: 1639850598
URLPath: /cgit/aur.git/snapshot/python-ahocorasick.tar.gz