rapidfuzz-cpp on AUR (Arch User Repository)

Last updated: November 08,2024

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

$ yay -S rapidfuzz-cpp

* (Optional) Uninstall rapidfuzz-cpp on Arch using YAY

$ yay -Rns rapidfuzz-cpp

2. Manually Install "rapidfuzz-cpp" via AUR

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

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

b. Clone rapidfuzz-cpp's git locally

$ git clone https://aur.archlinux.org/rapidfuzz-cpp.git ~/rapidfuzz-cpp

c. Go to ~/rapidfuzz-cpp folder and install it

$ cd ~/rapidfuzz-cpp $ makepkg -si

3. Information about the rapidfuzz-cpp package on Arch User Repository (AUR)

ID: 1119201
Name: rapidfuzz-cpp
PackageBaseID: 178649
PackageBase: rapidfuzz-cpp
Version: 1.1.1-1
Description: Rapid fuzzy string matching in C++ using the Levenshtein Distance
URL: https://github.com/maxbachmann/rapidfuzz-cpp
NumVotes: 1
Popularity: 0.189186
OutOfDate:
Maintainer: pekkarr
FirstSubmitted: 1651925835
LastModified: 1659156109
URLPath: /cgit/aur.git/snapshot/rapidfuzz-cpp.tar.gz

5. The same packages on other Linux Distributions