Install python-symeig
Installing python-symeig package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-symeig
python-symeig package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-symeig |
version | 1.5-2 |
description | Symmetrical eigenvalue routines for NumPy |
subsection | python |
website | mdp-toolkit.sourceforge.net / symeig.html |
maintainer | Yaroslav Halchenko |
Uninstall python-symeig
To remove just python-symeig package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-symeig
Uninstall python-symeig and it’s dependent packages
To remove the python-symeig package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-symeig
Purging python-symeig
If you also want to delete configuration and/or data files of python-symeig from Debian Sid then this will work:
sudo apt-get purge python-symeig
To delete configuration and/or data files of python-symeig and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-symeig