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

Last updated: June 11,2024

1. Install "python38-billiard" package

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

$ sudo zypper refresh $ sudo zypper install python38-billiard

2. Uninstall "python38-billiard" package

This is a short guide on how to uninstall python38-billiard on openSuSE Tumbleweed:

$ sudo zypper remove python38-billiard

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

Information for package python38-billiard:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-billiard
Version : 3.6.4.0-1.10
Arch : noarch
Vendor : openSUSE
Installed Size : 833,7 KiB
Installed : No
Status : not installed
Source package : python-billiard-3.6.4.0-1.10.src
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.