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

Last updated: May 20,2024

1. Install "python3-combi" package

This is a short guide on how to install python3-combi on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-combi

2. Uninstall "python3-combi" package

Please follow the instructions below to uninstall python3-combi on openSUSE Leap:

$ sudo zypper remove python3-combi

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

Information for package python3-combi:
--------------------------------------
Repository : Main Repository
Name : python3-combi
Version : 1.1.2-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 1.9 MiB
Installed : No
Status : not installed
Source package : python-combi-1.1.2-bp155.2.10.src
Upstream URL : https://pypi.python.org/pypi/combi/
Summary : A Pythonic package for combinatorics
Description :
Combi lets you explore spaces of permutations and combinations as if they
were Python sequences, but without generating all the permutations/combinations
in advance. It lets you specify a lot of special conditions on these spaces. It
also provides a few more classes that might be useful in combinatorics
programming.