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

Last updated: November 07,2024

1. Install "python39-pyerfa" package

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

$ sudo zypper refresh $ sudo zypper install python39-pyerfa

2. Uninstall "python39-pyerfa" package

This guide let you learn how to uninstall python39-pyerfa on openSuSE Tumbleweed:

$ sudo zypper remove python39-pyerfa

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

Information for package python39-pyerfa:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-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.