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

Last updated: July 01,2024

1. Install "python2-billiard" package

This tutorial shows how to install python2-billiard on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-billiard

2. Uninstall "python2-billiard" package

Please follow the steps below to uninstall python2-billiard on openSUSE Leap:

$ sudo zypper remove python2-billiard

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

Information for package python2-billiard:
-----------------------------------------
Repository : Main Repository
Name : python2-billiard
Version : 3.6.3.0-bp153.1.23
Arch : x86_64
Vendor : openSUSE
Installed Size : 899,5 KiB
Installed : No
Status : not installed
Source package : python-billiard-3.6.3.0-bp153.1.23.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.