Install pocl-opencl-icd
Installing pocl-opencl-icd package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pocl-opencl-icd
pocl-opencl-icd package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pocl-opencl-icd |
version | 0.10-10 |
description | pocl ICD |
subsection | libs |
website | portablecl.org |
maintainer | Vincent Danjean |
Uninstall pocl-opencl-icd
To remove just pocl-opencl-icd package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pocl-opencl-icd
Uninstall pocl-opencl-icd and it’s dependent packages
To remove the pocl-opencl-icd package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pocl-opencl-icd
Purging pocl-opencl-icd
If you also want to delete configuration and/or data files of pocl-opencl-icd from Debian Sid then this will work:
sudo apt-get purge pocl-opencl-icd
To delete configuration and/or data files of pocl-opencl-icd and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pocl-opencl-icd