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