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

Last updated: September 28,2024

1. Install "python310-pyerfa" package

Please follow the guidance below to install python310-pyerfa on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pyerfa

2. Uninstall "python310-pyerfa" package

Please follow the guidelines below to uninstall python310-pyerfa on openSuSE Tumbleweed:

$ sudo zypper remove python310-pyerfa

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

Information for package python310-pyerfa:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pyerfa
Version : 2.0.1.1-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.1 MiB
Installed : No
Status : not installed
Source package : python-pyerfa-2.0.1.1-1.2.src
Upstream URL : https://github.com/liberfa/pyerfa
Summary : Python bindings for ERFA
Description :
A Python wrapper for the ERFA library (Essential Routines for
Fundamental Astronomy), a C library containing key algorithms for astronomy,
which is based on the SOFA library published by the International Astronomical
Union (IAU). All C routines are wrapped as Numpy universal functions,
so that they can be called with scalar or array inputs.
The project is a split of astropy._erfa module, developed in the
context of Astropy project, into a standalone package.