nominatim on AUR (Arch User Repository)

Last updated: September 28,2024

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

$ yay -S nominatim

* (Optional) Uninstall nominatim on Arch using YAY

$ yay -Rns nominatim

2. Manually Install "nominatim" via AUR

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

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

b. Clone nominatim's git locally

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

c. Go to ~/nominatim folder and install it

$ cd ~/nominatim $ makepkg -si

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

ID: 1122919
Name: nominatim
PackageBaseID: 148855
PackageBase: nominatim
Version: 4.1.0-1
Description: Geocoding tool using OpenStreetmap data
URL: https://nominatim.org
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: xiretza
FirstSubmitted: 1581003126
LastModified: 1659818343
URLPath: /cgit/aur.git/snapshot/nominatim.tar.gz

5. The same packages on other Linux Distributions