How to Install and Uninstall python2-deap Package on openSUSE Leap

Last updated: November 23,2024

1. Install "python2-deap" package

Please follow the instructions below to install python2-deap on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-deap

2. Uninstall "python2-deap" package

Please follow the instructions below to uninstall python2-deap on openSUSE Leap:

$ sudo zypper remove python2-deap

3. Information about the python2-deap package on openSUSE Leap

Information for package python2-deap:
-------------------------------------
Repository : Main Repository
Name : python2-deap
Version : 1.3.1-bp153.1.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 797,7 KiB
Installed : No
Status : not installed
Source package : python-deap-1.3.1-bp153.1.14.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.