Install psychtoolbox-3-lib
Installing psychtoolbox-3-lib package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install psychtoolbox-3-lib
psychtoolbox-3-lib package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | psychtoolbox-3-lib |
version | 3.0.12.20160126.dfsg1-1 |
description | toolbox for vision research — arch-specific parts |
subsection | science |
website | psychtoolbox.org |
maintainer | NeuroDebian Team |
Uninstall psychtoolbox-3-lib
To remove just psychtoolbox-3-lib package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove psychtoolbox-3-lib
Uninstall psychtoolbox-3-lib and it’s dependent packages
To remove the psychtoolbox-3-lib package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove psychtoolbox-3-lib
Purging psychtoolbox-3-lib
If you also want to delete configuration and/or data files of psychtoolbox-3-lib from Debian Sid then this will work:
sudo apt-get purge psychtoolbox-3-lib
To delete configuration and/or data files of psychtoolbox-3-lib and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove psychtoolbox-3-lib