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

Last updated: June 29,2024

1. Install "python311-pyerfa" package

This tutorial shows how to install python311-pyerfa on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pyerfa

2. Uninstall "python311-pyerfa" package

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

$ sudo zypper remove python311-pyerfa

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

Information for package python311-pyerfa:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pyerfa
Version : 2.0.1.1-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.4 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.