How to Install and Uninstall python39-geolib Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "python39-geolib" package

Please follow the guidance below to install python39-geolib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-geolib

2. Uninstall "python39-geolib" package

In this section, we are going to explain the necessary steps to uninstall python39-geolib on openSuSE Tumbleweed:

$ sudo zypper remove python39-geolib

3. Information about the python39-geolib package on openSuSE Tumbleweed

Information for package python39-geolib:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-geolib
Version : 1.0.7-3.3
Arch : noarch
Vendor : openSUSE
Installed Size : 150.7 KiB
Installed : No
Status : not installed
Source package : python-geolib-1.0.7-3.3.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 .