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

Last updated: June 18,2024

1. Install "python310-deap" package

In this section, we are going to explain the necessary steps to install python310-deap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-deap

2. Uninstall "python310-deap" package

Please follow the guidance below to uninstall python310-deap on openSuSE Tumbleweed:

$ sudo zypper remove python310-deap

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

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