Install nvidia-opencl-dev
Installing nvidia-opencl-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nvidia-opencl-dev
nvidia-opencl-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | nvidia-opencl-dev |
version | 7.0.28-4 |
description | NVIDIA OpenCL development files |
subsection | libdevel |
website | nvidia.com / CUDA |
maintainer | Debian NVIDIA Maintainers |
Uninstall nvidia-opencl-dev
To remove just nvidia-opencl-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nvidia-opencl-dev
Uninstall nvidia-opencl-dev and it’s dependent packages
To remove the nvidia-opencl-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nvidia-opencl-dev
Purging nvidia-opencl-dev
If you also want to delete configuration and/or data files of nvidia-opencl-dev from Debian Sid then this will work:
sudo apt-get purge nvidia-opencl-dev
To delete configuration and/or data files of nvidia-opencl-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nvidia-opencl-dev