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

Last updated: October 04,2024

1. Install "python310-billiard" package

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

$ sudo zypper refresh $ sudo zypper install python310-billiard

2. Uninstall "python310-billiard" package

This guide covers the steps necessary to uninstall python310-billiard on openSuSE Tumbleweed:

$ sudo zypper remove python310-billiard

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

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