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

Last updated: May 17,2024

1. Install "python39-combi" package

This guide let you learn how to install python39-combi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-combi

2. Uninstall "python39-combi" package

This tutorial shows how to uninstall python39-combi on openSuSE Tumbleweed:

$ sudo zypper remove python39-combi

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

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