python2-diff-match-patch on AUR (Arch User Repository)

Last updated: April 29,2024

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

$ yay -S python2-diff-match-patch

* (Optional) Uninstall python2-diff-match-patch on Arch using YAY

$ yay -Rns python2-diff-match-patch

2. Manually Install "python2-diff-match-patch" via AUR

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

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

b. Clone python2-diff-match-patch's git locally

$ git clone https://aur.archlinux.org/python2-diff-match-patch.git ~/python2-diff-match-patch

c. Go to ~/python2-diff-match-patch folder and install it

$ cd ~/python2-diff-match-patch $ makepkg -si

3. Information about the python2-diff-match-patch package on Arch User Repository (AUR)

ID: 695689
Name: python2-diff-match-patch
PackageBaseID: 149026
PackageBase: python2-diff-match-patch
Version: 20181111-1
Description: The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text
URL: https://github.com/google/diff-match-patch
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: foxxx0
FirstSubmitted: 1581432726
LastModified: 1581432726
URLPath: /cgit/aur.git/snapshot/python2-diff-match-patch.tar.gz

5. The same packages on other Linux Distributions