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