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

Last updated: June 10,2024

1. Install "python38-distributed" package

In this section, we are going to explain the necessary steps to install python38-distributed on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-distributed

2. Uninstall "python38-distributed" package

Please follow the guidance below to uninstall python38-distributed on openSuSE Tumbleweed:

$ sudo zypper remove python38-distributed

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

Information for package python38-distributed:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-distributed
Version : 2021.9.1-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 7,4 MiB
Installed : No
Status : not installed
Source package : python-distributed-2021.9.1-1.1.src
Summary : Library for distributed computing with Python
Description :
Dask.distributed is a library for distributed computing in Python. It
extends both the concurrent.futures and dask APIs to moderate sized
clusters.