Install gdl-mpfit
Installing gdl-mpfit package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install gdl-mpfit
gdl-mpfit package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | gdl-mpfit |
version | 1.82+2013.08.14-3 |
description | Robust non-linear least squares curve fitting for GDL |
subsection | science |
website | cow.physics.wisc.edu / ~craigm / idl / fitting.html |
maintainer | Debian Astronomy Team |
Uninstall gdl-mpfit
To remove just gdl-mpfit package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove gdl-mpfit
Uninstall gdl-mpfit and it’s dependent packages
To remove the gdl-mpfit package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove gdl-mpfit
Purging gdl-mpfit
If you also want to delete configuration and/or data files of gdl-mpfit from Debian Sid then this will work:
sudo apt-get purge gdl-mpfit
To delete configuration and/or data files of gdl-mpfit and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove gdl-mpfit