Install xppaut
Installing xppaut package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install xppaut
xppaut package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | xppaut |
version | 6.11b+1.dfsg-1 |
description | Phase Plane Plus Auto: Solves many kinds of equations |
subsection | science |
website | math.pitt.edu / ~bard / xpp / xpp.html |
maintainer | Jakub Nowacki |
Uninstall xppaut
To remove just xppaut package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove xppaut
Uninstall xppaut and it’s dependent packages
To remove the xppaut package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove xppaut
Purging xppaut
If you also want to delete configuration and/or data files of xppaut from Debian Sid then this will work:
sudo apt-get purge xppaut
To delete configuration and/or data files of xppaut and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove xppaut