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

Last updated: May 02,2024

1. Install "python38-xarray" package

This guide covers the steps necessary to install python38-xarray on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-xarray

2. Uninstall "python38-xarray" package

Please follow the step by step instructions below to uninstall python38-xarray on openSuSE Tumbleweed:

$ sudo zypper remove python38-xarray

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

Information for package python38-xarray:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-xarray
Version : 0.20.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 9,7 MiB
Installed : No
Status : not installed
Source package : python-xarray-0.20.1-1.1.src
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.