Install pspp
Installing pspp package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pspp
pspp package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pspp |
version | 0.10.1-2 |
description | Statistical analysis tool |
subsection | math |
website | savannah.gnu.org / projects / pspp |
maintainer | Friedrich Beckmann |
Uninstall pspp
To remove just pspp package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pspp
Uninstall pspp and it’s dependent packages
To remove the pspp package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pspp
Purging pspp
If you also want to delete configuration and/or data files of pspp from Debian Sid then this will work:
sudo apt-get purge pspp
To delete configuration and/or data files of pspp and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pspp