python2-editdist on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S python2-editdist

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

$ yay -Rns python2-editdist

2. Manually Install "python2-editdist" via AUR

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

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

b. Clone python2-editdist's git locally

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

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

$ cd ~/python2-editdist $ makepkg -si

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

ID: 207212
Name: python2-editdist
PackageBaseID: 51789
PackageBase: python2-editdist
Version: 0.3-1
Description: A Python module to calculate the Levenshtein edit distance between two strings.
URL: http://code.google.com/p/py-editdist/
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: webmeister
FirstSubmitted: 1314137572
LastModified: 1436117076
URLPath: /cgit/aur.git/snapshot/python2-editdist.tar.gz