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

Last updated: May 17,2024

1. Install "python3-billiard" package

Learn how to install python3-billiard on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-billiard

2. Uninstall "python3-billiard" package

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

$ sudo zypper remove python3-billiard

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

Information for package python3-billiard:
-----------------------------------------
Repository : Main Repository
Name : python3-billiard
Version : 3.6.4.0-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 830.4 KiB
Installed : No
Status : not installed
Source package : python-billiard-3.6.4.0-bp155.2.12.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.