Install nvidia-legacy-304xx-driver
Installing nvidia-legacy-304xx-driver 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-304xx-driver
nvidia-legacy-304xx-driver package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | nvidia-legacy-304xx-driver |
version | 304.131-4 |
description | NVIDIA metapackage (304xx legacy version) |
subsection | x11 |
website | nvidia.com |
maintainer | Debian NVIDIA Maintainers |
Uninstall nvidia-legacy-304xx-driver
To remove just nvidia-legacy-304xx-driver package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nvidia-legacy-304xx-driver
Uninstall nvidia-legacy-304xx-driver and it’s dependent packages
To remove the nvidia-legacy-304xx-driver package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nvidia-legacy-304xx-driver
Purging nvidia-legacy-304xx-driver
If you also want to delete configuration and/or data files of nvidia-legacy-304xx-driver from Debian Sid then this will work:
sudo apt-get purge nvidia-legacy-304xx-driver
To delete configuration and/or data files of nvidia-legacy-304xx-driver and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nvidia-legacy-304xx-driver