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

Last updated: May 18,2024

1. Install "python36-dist" package

In this section, we are going to explain the necessary steps to install python36-dist on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-dist

2. Uninstall "python36-dist" package

Please follow the steps below to uninstall python36-dist on openSuSE Tumbleweed:

$ sudo zypper remove python36-dist

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

Information for package python36-dist:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-dist
Version : 1.0.3-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 21,3 KiB
Installed : No
Status : not installed
Source package : python-dist-1.0.3-2.1.src
Summary : Compute distance between two coordinates on the map
Description :
As more and more apps are using maps, the more demand for geolocation capabilities increase.
Geolocation is about the reporting of your location to other users,
as well as associating real-world locations (such as landmarks) to your location.
This repo helps to accurately calculate the distance between two locations
and presents a time efficient practical solution,
that is almost 3 times faster than similar fast pure python implementation.