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

Last updated: July 01,2024

1. Install "python3-ligotimegps" package

Learn how to install python3-ligotimegps on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-ligotimegps

2. Uninstall "python3-ligotimegps" package

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

$ sudo zypper remove python3-ligotimegps

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

Information for package python3-ligotimegps:
--------------------------------------------
Repository : Main Repository
Name : python3-ligotimegps
Version : 2.0.1-bp155.1.9
Arch : noarch
Vendor : openSUSE
Installed Size : 87.2 KiB
Installed : No
Status : not installed
Source package : python-ligotimegps-2.0.1-bp155.1.9.src
Upstream URL : https://github.com/gwpy/ligotimegps
Summary : A pure-python version of lalLIGOTimeGPS
Description :
This module provides a pure-python version of the `LIGOTimeGPS` class,
used to represent GPS times (number of seconds elapsed since GPS
epoch) with nanoseconds precision.
This module is primarily for use as a drop-in replacement for the
'official' `lal.LIGOTimeGPS` class (provided by the SWIG-python
bindings of [LAL](//wiki.ligo.org/DASWG/LALSuite)) for use on those
environments where LAL is not available, or building LAL is
unnecessary for the application (e.g. testing).
The code provided here is much slower than the C-implementation
provided by LAL, so if you really care about performance, don't use
this module.