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

Last updated: May 19,2024

1. Install "python3-deap" package

Learn how to install python3-deap on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-deap

2. Uninstall "python3-deap" package

This tutorial shows how to uninstall python3-deap on openSUSE Leap:

$ sudo zypper remove python3-deap

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

Information for package python3-deap:
-------------------------------------
Repository : Main Repository
Name : python3-deap
Version : 1.3.1-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 962.4 KiB
Installed : No
Status : not installed
Source package : python-deap-1.3.1-bp155.2.11.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.