How to Install and Uninstall python3-deap Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python3-deap" package

Here is a brief guide to show you how to install python3-deap on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-deap

2. Uninstall "python3-deap" package

This is a short guide on how to uninstall python3-deap on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-deap $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-deap package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-deap
Priority: optional
Section: universe/python
Installed-Size: 274
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel Stender
Architecture: all
Source: deap
Version: 1.0.1-4
Depends: python3:any (>= 3.3.2-2~)
Recommends: python3-matplotlib, python3-numpy
Suggests: deap-doc, python3-scoop
Filename: pool/universe/d/deap/python3-deap_1.0.1-4_all.deb
Size: 55008
MD5sum: ca2c48fbffbd58d669f84d82999c686f
SHA1: 0ee640dea19449e90b4df6c6ecd63d1c9bfb32de
SHA256: 069c6cf950fbb98618645107accfea02344083d772bab7b5123c025cb4fe5911
Description-en: Distributed Evolutionary Algorithms in Python3
DEAP is a novel evolutionary computation framework for rapid prototyping and
testing of ideas. It seeks to make algorithms explicit and data structures
transparent. It works in perfect harmony with parallelisation mechanism such as
multiprocessing and SCOOP.
.
This package contains the modules for Python3.
Description-md5: f473b1a528f26713ef4c7bfe1acc04fb
Homepage: http://deap.gel.ulaval.ca/doc/default/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu