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

Last updated: June 26,2024

1. Install "python2-dist" package

This tutorial shows how to install python2-dist on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-dist

2. Uninstall "python2-dist" package

Please follow the guidance below to uninstall python2-dist on openSUSE Leap:

$ sudo zypper remove python2-dist

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

Information for package python2-dist:
-------------------------------------
Repository : Main Repository
Name : python2-dist
Version : 1.0.3-bp153.1.17
Arch : x86_64
Vendor : openSUSE
Installed Size : 15,0 KiB
Installed : No
Status : not installed
Source package : python-dist-1.0.3-bp153.1.17.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.