Hi!
I am trying to install CUDA via this manual: Installing CUDA on Nvidia Jetson Nano - JFrog Connect
But on command: sudo tar -xjf cuda-repo-ubuntu1804-11-0-local_11.0.2-450.51.05-1_arm64.deb
I got an error:
sudo tar -xjf cuda-repo-ubuntu1804-11-0-local_11.0.2-450.51.05-1_arm64.deb
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
PC downloaded all file via command from manual :
sudo dpkg -i cuda-repo-ubuntu1804-11-0-local_11.0.2-450.51.05-1_arm64.deb
(Reading database ... 190197 files and directories currently installed.)
Preparing to unpack cuda-repo-ubuntu1804-11-0-local_11.0.2-450.51.05-1_arm64.deb ...
Unpacking cuda-repo-ubuntu1804-11-0-local (11.0.2-450.51.05-1) ...
dpkg-deb (subprocess): cannot copy archive member from 'cuda-repo-ubuntu1804-11-0-local_11.0.2-450.51.05-1_arm64.deb' to decompressor pipe: unexpected end of file or stream
dpkg-deb (subprocess): decompressing archive member: lzma error: unexpected end of input
dpkg-deb: error: <decompress> subprocess returned error exit status 2
dpkg: error processing archive cuda-repo-ubuntu1804-11-0-local_11.0.2-450.51.05-1_arm64.deb (--install):
cannot copy extracted data for './var/cuda-repo-ubuntu1804-11-0-local/libcufft-dev-11-0_10.2.0.218-1_arm64.deb' to '/var/cuda-repo-ubuntu1804-11-0-local/libcufft-dev-11-0_10.2.0.218-1_arm64.deb.dpkg-new': unexpected end of file or stream
Errors were encountered while processing:
cuda-repo-ubuntu1804-11-0-local_11.0.2-450.51.05-1_arm64.deb
I tried to download twice, but id didn’t help.