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

Last updated: April 28,2024

1. Install "python3-distributed" package

Here is a brief guide to show you how to install python3-distributed on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-distributed

2. Uninstall "python3-distributed" package

Please follow the guidelines below to uninstall python3-distributed on openSUSE Leap:

$ sudo zypper remove python3-distributed

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

Information for package python3-distributed:
--------------------------------------------
Repository : Main Repository
Name : python3-distributed
Version : 1.25.3-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 3.4 MiB
Installed : No
Status : not installed
Source package : python-distributed-1.25.3-bp155.2.13.src
Upstream URL : https://distributed.readthedocs.io/en/latest/
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.