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

Last updated: July 03,2024

1. Install "python310-xarray" package

Here is a brief guide to show you how to install python310-xarray on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-xarray

2. Uninstall "python310-xarray" package

Please follow the steps below to uninstall python310-xarray on openSuSE Tumbleweed:

$ sudo zypper remove python310-xarray

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

Information for package python310-xarray:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-xarray
Version : 2024.2.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 12.4 MiB
Installed : No
Status : not installed
Source package : python-xarray-2024.2.0-1.1.src
Upstream URL : https://github.com/pydata/xarray
Summary : N-D labeled arrays and datasets in Python
Description :
xarray (formerly xray) is a python-pandas-like and pandas-compatible
toolkit for analytics on multi-dimensional arrays. It provides
N-dimensional variants of the python-pandas labeled data structures,
rather than the tabular data that pandas uses.
The Common Data Model for self-describing scientific data is used.
The dataset is an in-memory representation of a netCDF file.