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

Last updated: November 08,2024

1. Install "python2-combi" package

This guide covers the steps necessary to install python2-combi on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-combi

2. Uninstall "python2-combi" package

Please follow the step by step instructions below to uninstall python2-combi on openSUSE Leap:

$ sudo zypper remove python2-combi

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

Information for package python2-combi:
--------------------------------------
Repository : Main Repository
Name : python2-combi
Version : 1.1.2-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 2,5 MiB
Installed : No
Status : not installed
Source package : python-combi-1.1.2-bp153.1.14.src
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.