libmurmurhash on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S libmurmurhash

* (Optional) Uninstall libmurmurhash on Arch using YAY

$ yay -Rns libmurmurhash

2. Manually Install "libmurmurhash" via AUR

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

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

b. Clone libmurmurhash's git locally

$ git clone https://aur.archlinux.org/libmurmurhash.git ~/libmurmurhash

c. Go to ~/libmurmurhash folder and install it

$ cd ~/libmurmurhash $ makepkg -si

3. Information about the libmurmurhash package on Arch User Repository (AUR)

ID: 607978
Name: libmurmurhash
PackageBaseID: 139444
PackageBase: libmurmurhash
Version: 1.5-1
Description: Portable MurmurHash Implementation
URL: https://github.com/kloetzl/libmurmurhash/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: kloetzl
Submitter: kloetzl
FirstSubmitted: 1549644662
LastModified: 1556527460
URLPath: /cgit/aur.git/snapshot/libmurmurhash.tar.gz