python-haversine on AUR (Arch User Repository)

Last updated: July 01,2024

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

$ yay -S python-haversine

* (Optional) Uninstall python-haversine on Arch using YAY

$ yay -Rns python-haversine

2. Manually Install "python-haversine" via AUR

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

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

b. Clone python-haversine's git locally

$ git clone https://aur.archlinux.org/python-haversine.git ~/python-haversine

c. Go to ~/python-haversine folder and install it

$ cd ~/python-haversine $ makepkg -si

3. Information about the python-haversine package on Arch User Repository (AUR)

ID: 964268
Name: python-haversine
PackageBaseID: 114287
PackageBase: python-haversine
Version: 2.5.1-2
Description: Calculate the distance (in various units) between two points on Earth using their latitude and longitude.
URL: https://github.com/mapado/haversine
NumVotes: 0
Popularity: 0
OutOfDate: 1663467038
Maintainer: PumpkinCheshire
Submitter: tembleking
FirstSubmitted: 1470404312
LastModified: 1632298673
URLPath: /cgit/aur.git/snapshot/python-haversine.tar.gz