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

Last updated: May 19,2024

1. Install "python39-deap" package

Please follow the guidelines below to install python39-deap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-deap

2. Uninstall "python39-deap" package

Please follow the steps below to uninstall python39-deap on openSuSE Tumbleweed:

$ sudo zypper remove python39-deap

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

Information for package python39-deap:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-deap
Version : 1.4.1-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 740.5 KiB
Installed : No
Status : not installed
Source package : python-deap-1.4.1-1.2.src
Upstream URL : https://github.com/DEAP/deap
Summary : Distributed Evolutionary Algorithms in Python
Description :
DEAP is intended to be an easy to use distributed evolutionary algorithm
library in the Python language. Its two main components are modular and
can be used separately. The first module is a Distributed Task Manager
(DTM), which is intended to run on cluster of computers. The second
part is the Evolutionary Algorithms in Python (EAP) framework.