How to Install and Uninstall python311-dask-complete Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "python311-dask-complete" package

Please follow the instructions below to install python311-dask-complete on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-dask-complete

2. Uninstall "python311-dask-complete" package

This guide covers the steps necessary to uninstall python311-dask-complete on openSuSE Tumbleweed:

$ sudo zypper remove python311-dask-complete

3. Information about the python311-dask-complete package on openSuSE Tumbleweed

Information for package python311-dask-complete:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-dask-complete
Version : 2024.2.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1.5 KiB
Installed : No
Status : not installed
Source package : python-dask-2024.2.1-1.1.src
Upstream URL : https://dask.org
Summary : All dask components
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 pulls in all the optional dask components.