Install psychopy
Installing psychopy package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install psychopy
psychopy package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | psychopy |
version | 1.83.04.dfsg-2 |
description | environment for creating psychology stimuli in Python |
subsection | science |
website | psychopy.org |
maintainer | NeuroDebian Team |
Uninstall psychopy
To remove just psychopy package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove psychopy
Uninstall psychopy and it’s dependent packages
To remove the psychopy package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove psychopy
Purging psychopy
If you also want to delete configuration and/or data files of psychopy from Debian Sid then this will work:
sudo apt-get purge psychopy
To delete configuration and/or data files of psychopy and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove psychopy