Install bumblebee-nvidia
Installing bumblebee-nvidia package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install bumblebee-nvidia
bumblebee-nvidia package information
distro | Debian Unstable (Sid) |
---|---|
section | Contrib |
name | bumblebee-nvidia |
version | 3.2.1-10 |
description | NVIDIA Optimus support using the proprietary NVIDIA driver |
subsection | utils |
website | launchpad.netβ/β~bumblebee |
maintainer | Debian NVIDIA Maintainers |
Uninstall bumblebee-nvidia
To remove just bumblebee-nvidia package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove bumblebee-nvidia
Uninstall bumblebee-nvidia and it’s dependent packages
To remove the bumblebee-nvidia package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove bumblebee-nvidia
Purging bumblebee-nvidia
If you also want to delete configuration and/or data files of bumblebee-nvidia from Debian Sid then this will work:
sudo apt-get purge bumblebee-nvidia
To delete configuration and/or data files of bumblebee-nvidia and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove bumblebee-nvidia