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