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

Last updated: May 05,2024

1. Install "python39-dist" package

This is a short guide on how to install python39-dist on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-dist

2. Uninstall "python39-dist" package

This guide covers the steps necessary to uninstall python39-dist on openSuSE Tumbleweed:

$ sudo zypper remove python39-dist

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

Information for package python39-dist:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-dist
Version : 1.0.3-3.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 21.3 KiB
Installed : No
Status : not installed
Source package : python-dist-1.0.3-3.6.src
Upstream URL : https://github.com/duboviy/dist
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.