libosmium on AUR (Arch User Repository)

Last updated: July 01,2024

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

$ yay -S libosmium

* (Optional) Uninstall libosmium on Arch using YAY

$ yay -Rns libosmium

2. Manually Install "libosmium" via AUR

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

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

b. Clone libosmium's git locally

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

c. Go to ~/libosmium folder and install it

$ cd ~/libosmium $ makepkg -si

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

ID: 1033231
Name: libosmium
PackageBaseID: 116340
PackageBase: libosmium
Version: 2.18.0-1
Description: Fast and flexible C++ library for working with OpenStreetMap data.
URL: https://osmcode.org/libosmium/
NumVotes: 5
Popularity: 0.610642
OutOfDate:
Maintainer: akstrfn
FirstSubmitted: 1476953352
LastModified: 1644266637
URLPath: /cgit/aur.git/snapshot/libosmium.tar.gz

5. The same packages on other Linux Distributions