Hi,
I want to install OS and other packages on Jetson TX2 with JetPack L4T 3.3 and encountered this error:
dpkg-query: package ‘cuda-toolkit-9-0’ is not installed and no information is available
dpkg-query: package ‘libfreeimage-dev’ is not installed and no information is available
dpkg-query: package ‘libopenmpi-dev’ is not installed and no information is available
dpkg-query: package ‘openmpi-bin’ is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
1
Error: CUDA cannot be installed on device. This may be caused by other apt-get command running on device when installing CUDA.
I tried to reinstall and 1 out of 5 times were successful without the error. I was following the same steps. I’m really not sure what was causing the CUDA installation problem.
When running the Cuda installation script on TX2 after installation failed (dependency error on the abovementioned packages), it complains on apt installation option -y for unauthenticated packages without --allow-unauthenticated added as well.
Adding the extra --allow-unauthenticated option fixed the probem, but unauthenticated packages should be avoided if possible… Should these packages be authenticated?