How to Install python-scikits-learn software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install python-scikits-learn software package in Ubuntu 14.04 LTS (Trusty Tahr)

python-scikits-learn software package provides transitional compatibility package for scikits.learn -> sklearn migration, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install python-scikits-learn 

python-scikits-learn is installed in your system.

Make ensure the python-scikits-learn package were installed using the commands given below,

$ sudo dpkg-query -l | grep python-scikits-learn *

You will get with python-scikits-learn package name, version, architecture and description in a table

python-scikits-learn package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Python
Package python-scikits-learn
Version 0.14.1-2
Description transitional compatibility package for scikits.learn -> sklearn migration
Sub Section Python


See Also, How to uninstall or remove python-scikits-learn software package from Ubuntu 14.04 LTS (Trusty Tahr)?