How to Install and Uninstall python3-geolib Package on openSUSE Leap

Last updated: May 15,2024

1. Install "python3-geolib" package

Please follow the steps below to install python3-geolib on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-geolib

2. Uninstall "python3-geolib" package

Please follow the instructions below to uninstall python3-geolib on openSUSE Leap:

$ sudo zypper remove python3-geolib

3. Information about the python3-geolib package on openSUSE Leap

Information for package python3-geolib:
---------------------------------------
Repository : Main Repository
Name : python3-geolib
Version : 1.0.7-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 558.4 KiB
Installed : No
Status : not installed
Source package : python-geolib-1.0.7-bp155.2.11.src
Upstream URL : https://geolib.readthedocs.io/en/latest/
Summary : A library for geohash encoding, decoding and associated functions
Description :
A Python library for geohash encoding, decoding and finding neighbour cells.
This is a Python port of Chris Veness's Javascript implementation,
https://www.movable-type.co.uk/scripts/geohash.html .