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

Last updated: May 11,2024

1. Install "python-genetic" package

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

$ sudo apt update $ sudo apt install python-genetic

2. Uninstall "python-genetic" package

Please follow the guidelines below to uninstall python-genetic on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-genetic
Priority: optional
Section: universe/python
Installed-Size: 119
Maintainer: Ubuntu Developers
Original-Maintainer: Angel Ramos
Architecture: all
Source: genetic
Version: 0.1.1b-11build1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Filename: pool/universe/g/genetic/python-genetic_0.1.1b-11build1_all.deb
Size: 19896
MD5sum: 7fe5c7e5d7a0bf593bce619b6931894d
SHA1: 5f747398916a8d2256098c833a86b5c3a6e698a9
SHA256: fbee8edf8093f0b3f3f9471cd47444ced3a10c4b7444491478e97dd2c5987ce3
Description-en: genetic algorithms in Python
python-genetic provides genetic algorithms for Python, as often used
in artificial intelligence. It should be able to solve any problem that
consists in minimizing functions.
.
You'll find some demos using Genetic in this package, including an
impressively simple program that provides a solution to the well-known TSP
(Travelling Salesman Problem). Also, make sure to read
demo/genetic_demo_2.py for the list of the special "magic" genes that make
Genetic really fun and ... living !
Description-md5: 7ef5afdf1db101c47fdf9be4a51d5476
Homepage: http://home.gna.org/oomadness/en/genetic/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu