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

Last updated: May 10,2024

1. Install "python3-geographiclib" package

This guide let you learn how to install python3-geographiclib on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-geographiclib

2. Uninstall "python3-geographiclib" package

Please follow the instructions below to uninstall python3-geographiclib on openSUSE Leap:

$ sudo zypper remove python3-geographiclib

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

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