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

Last updated: May 17,2024

1. Install "python36-geolib" package

Here is a brief guide to show you how to install python36-geolib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-geolib

2. Uninstall "python36-geolib" package

This guide covers the steps necessary to uninstall python36-geolib on openSuSE Tumbleweed:

$ sudo zypper remove python36-geolib

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

Information for package python36-geolib:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-geolib
Version : 1.0.7-2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 611,5 KiB
Installed : No
Status : not installed
Source package : python-geolib-1.0.7-2.11.src
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 .