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