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

Last updated: May 22,2024

1. Install "python3-dist" package

Please follow the guidance below to install python3-dist on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-dist

2. Uninstall "python3-dist" package

This tutorial shows how to uninstall python3-dist on openSUSE Leap:

$ sudo zypper remove python3-dist

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

Information for package python3-dist:
-------------------------------------
Repository : Main Repository
Name : python3-dist
Version : 1.0.3-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 13.1 KiB
Installed : No
Status : not installed
Source package : python-dist-1.0.3-bp155.2.11.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.