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