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

Last updated: May 18,2024

1. Install "python38-combi" package

This is a short guide on how to install python38-combi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-combi

2. Uninstall "python38-combi" package

Learn how to uninstall python38-combi on openSuSE Tumbleweed:

$ sudo zypper remove python38-combi

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

Information for package python38-combi:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-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.