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

Last updated: May 19,2024

1. Install "python-deap" package

Please follow the step by step instructions below to install python-deap on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-deap

2. Uninstall "python-deap" package

This tutorial shows how to uninstall python-deap on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-deap
Priority: optional
Section: universe/python
Installed-Size: 275
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel Stender
Architecture: all
Source: deap
Version: 1.0.1-4
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-matplotlib, python-numpy
Suggests: deap-doc, python-scoop
Filename: pool/universe/d/deap/python-deap_1.0.1-4_all.deb
Size: 54970
MD5sum: c49f9addf975db909fef2ab33bb2a5f7
SHA1: 521e01fd18215f6ad4ea17743f8e8297d5b44d61
SHA256: b8ea2392a809b4d1bd461c94285cd947149c07b12afcb25fbfd828310f98a030
Description-en: Distributed Evolutionary Algorithms in Python
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 Python.
Description-md5: aa90bef77b0584658236a71edecc0812
Homepage: http://deap.gel.ulaval.ca/doc/default/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu