Install nvidia-cg-doc
Installing nvidia-cg-doc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nvidia-cg-doc
nvidia-cg-doc package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | nvidia-cg-doc |
version | 3.1.0013-2 |
description | Cg Toolkit – GPU Shader Authoring Language (documentation) |
subsection | doc |
website | developer.nvidia.com / cg-toolkit |
maintainer | Debian NVIDIA Maintainers |
Uninstall nvidia-cg-doc
To remove just nvidia-cg-doc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nvidia-cg-doc
Uninstall nvidia-cg-doc and it’s dependent packages
To remove the nvidia-cg-doc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nvidia-cg-doc
Purging nvidia-cg-doc
If you also want to delete configuration and/or data files of nvidia-cg-doc from Debian Sid then this will work:
sudo apt-get purge nvidia-cg-doc
To delete configuration and/or data files of nvidia-cg-doc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nvidia-cg-doc