How to Install and Uninstall python310-geographiclib Package on openSuSE Tumbleweed

Last updated: September 28,2024

1. Install "python310-geographiclib" package

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

$ sudo zypper refresh $ sudo zypper install python310-geographiclib

2. Uninstall "python310-geographiclib" package

Here is a brief guide to show you how to uninstall python310-geographiclib on openSuSE Tumbleweed:

$ sudo zypper remove python310-geographiclib

3. Information about the python310-geographiclib package on openSuSE Tumbleweed

Information for package python310-geographiclib:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-geographiclib
Version : 1.50-2.5
Arch : noarch
Vendor : openSUSE
Installed Size : 147.3 KiB
Installed : No
Status : not installed
Source package : python-geographiclib-1.50-2.5.src
Upstream URL : https://geographiclib.sourceforge.io/
Summary : Python geodesic routines
Description :
This is a Python implementation of the geodesic routines from GeographicLib.
This contains implementations of the classes Math, Accumulator, Geodesic,
GeodesicLine and PolygonArea.