Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install nvidia-cg-dev on Debian Unstable (Sid)


Install nvidia-cg-dev

Installing nvidia-cg-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-cg-dev

nvidia-cg-dev package information

distro Debian Unstable (Sid)
section Non-Free
name nvidia-cg-dev
version 3.1.0013-2
description Cg Toolkit – GPU Shader Authoring Language (headers)
subsection libdevel
website developer.nvidia.com / cg-toolkit
maintainer Debian NVIDIA Maintainers

Uninstall nvidia-cg-dev

To remove just nvidia-cg-dev package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove nvidia-cg-dev

Uninstall nvidia-cg-dev and it’s dependent packages

To remove the nvidia-cg-dev package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove nvidia-cg-dev

Purging nvidia-cg-dev

If you also want to delete configuration and/or data files of nvidia-cg-dev from Debian Sid then this will work:

sudo apt-get purge nvidia-cg-dev

To delete configuration and/or data files of nvidia-cg-dev and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove nvidia-cg-dev

 

Comments

comments