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

Last updated: November 08,2024

1. Install "python312-billiard" package

Please follow the guidance below to install python312-billiard on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-billiard

2. Uninstall "python312-billiard" package

Here is a brief guide to show you how to uninstall python312-billiard on openSuSE Tumbleweed:

$ sudo zypper remove python312-billiard

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

Information for package python312-billiard:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-billiard
Version : 4.2.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 1.0 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.