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

Last updated: July 01,2024

1. Install "python311-geographiclib" package

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

$ sudo zypper refresh $ sudo zypper install python311-geographiclib

2. Uninstall "python311-geographiclib" package

Please follow the step by step instructions below to uninstall python311-geographiclib on openSuSE Tumbleweed:

$ sudo zypper remove python311-geographiclib

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

Information for package python311-geographiclib:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-geographiclib
Version : 1.50-2.5
Arch : noarch
Vendor : openSUSE
Installed Size : 188.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.