How to Install and Uninstall python3-xarray Package on openSUSE Leap

Last updated: May 11,2024

1. Install "python3-xarray" package

Please follow the guidance below to install python3-xarray on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-xarray

2. Uninstall "python3-xarray" package

This guide let you learn how to uninstall python3-xarray on openSUSE Leap:

$ sudo zypper remove python3-xarray

3. Information about the python3-xarray package on openSUSE Leap

Information for package python3-xarray:
---------------------------------------
Repository : Main Repository
Name : python3-xarray
Version : 0.13.0-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 6.5 MiB
Installed : No
Status : not installed
Source package : python-xarray-0.13.0-bp155.2.11.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.