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

Last updated: May 18,2024

1. Install "python38-deap" package

Please follow the steps below to install python38-deap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-deap

2. Uninstall "python38-deap" package

In this section, we are going to explain the necessary steps to uninstall python38-deap on openSuSE Tumbleweed:

$ sudo zypper remove python38-deap

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

Information for package python38-deap:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-deap
Version : 1.3.1-3.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 959,6 KiB
Installed : No
Status : not installed
Source package : python-deap-1.3.1-3.3.src
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.