How to Install and Uninstall python36-combi Package on openSuSE Tumbleweed

Last updated: October 06,2024

1. Install "python36-combi" package

Please follow the guidance below to install python36-combi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-combi

2. Uninstall "python36-combi" package

This is a short guide on how to uninstall python36-combi on openSuSE Tumbleweed:

$ sudo zypper remove python36-combi

3. Information about the python36-combi package on openSuSE Tumbleweed

Information for package python36-combi:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-combi
Version : 1.1.4-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 2,0 MiB
Installed : No
Status : not installed
Source package : python-combi-1.1.4-1.1.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.