How to Install and Uninstall python312-dask-array Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python312-dask-array" package

This is a short guide on how to install python312-dask-array on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-dask-array

2. Uninstall "python312-dask-array" package

This guide covers the steps necessary to uninstall python312-dask-array on openSuSE Tumbleweed:

$ sudo zypper remove python312-dask-array

3. Information about the python312-dask-array package on openSuSE Tumbleweed

Information for package python312-dask-array:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-dask-array
Version : 2024.2.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 2.4 MiB
Installed : No
Status : not installed
Source package : python-dask-2024.2.1-1.1.src
Upstream URL : https://dask.org
Summary : Numpy-like array data structure for dask
Description :
A flexible library for parallel computing in Python.
Dask is composed of two parts:
- Dynamic task scheduling optimized for computation. This is similar to
Airflow, Luigi, Celery, or Make, but optimized for interactive
computational workloads.
- “Big Data” collections like parallel arrays, dataframes, and lists that
extend common interfaces like NumPy, Pandas, or Python iterators to
larger-than-memory or distributed environments. These parallel collections
run on top of dynamic task schedulers.
This package contains the dask array class.
Dask arrays implement a subset of the NumPy interface on large
arrays using blocked algorithms and task scheduling.