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

Last updated: June 28,2024

1. Install "python311-deap" package

Please follow the step by step instructions below to install python311-deap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-deap

2. Uninstall "python311-deap" package

This guide let you learn how to uninstall python311-deap on openSuSE Tumbleweed:

$ sudo zypper remove python311-deap

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

Information for package python311-deap:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-deap
Version : 1.4.1-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 934.6 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.