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

Last updated: July 03,2024

1. Install "python312-deap" package

Please follow the instructions below to install python312-deap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-deap

2. Uninstall "python312-deap" package

Please follow the step by step instructions below to uninstall python312-deap on openSuSE Tumbleweed:

$ sudo zypper remove python312-deap

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

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