How to Install and Uninstall python311-billiard Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python311-billiard" package

This guide covers the steps necessary to install python311-billiard on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-billiard

2. Uninstall "python311-billiard" package

Please follow the guidance below to uninstall python311-billiard on openSuSE Tumbleweed:

$ sudo zypper remove python311-billiard

3. Information about the python311-billiard package on openSuSE Tumbleweed

Information for package python311-billiard:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-billiard
Version : 4.2.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 1.1 MiB
Installed : No
Status : not installed
Source package : python-billiard-4.2.0-1.2.src
Upstream URL : https://github.com/celery/billiard
Summary : Python multiprocessing fork
Description :
billiard is a fork of the Python 2.7 multiprocessing package. The
multiprocessing package itself is a renamed and updated version of
R. Oudkerk's pyprocessing package. This standalone variant is
compatible with Python 2.4 and 2.5, and will draw its
fixes/improvements from python-trunk.