DeepStream SDK 5 'sudo apt update' failed to acquire packages

• Hardware Platform (Jetson Nano)
• DeepStream Version 5.0
• JetPack Version (4.4)

Hello! I have recently been running into quite a bit of trouble installing Teamviewer on my Jetson and I noticed almost all of the installation methods require you to run the ‘sudo apt update’ command before installing Teamviewer. The ‘sudo apt update’ or any other variants of this command give the following errors. I was wondering if this failure to acquire packages might be why Teamviewer won’t install and if there was something that could be done to fix it. Thanks in advance.

Reading package lists… Done
N: Skipping acquire of configured file ‘main/binary-arm64/Packages’ as repository ‘http://linux.teamviewer.com/deb stable InRelease’ doesn’t support architecture ‘arm64’
N: Skipping acquire of configured file ‘main/binary-armhf/Packages’ as repository ‘https://repo.download.nvidia.com/jetson/common r32.4 InRelease’ doesn’t support architecture ‘armhf’
N: Skipping acquire of configured file ‘main/binary-i386/Packages’ as repository ‘https://repo.download.nvidia.com/jetson/common r32.4 InRelease’ doesn’t support architecture ‘i386’
N: Skipping acquire of configured file ‘main/binary-amd64/Packages’ as repository ‘https://repo.download.nvidia.com/jetson/common r32.4 InRelease’ doesn’t support architecture ‘amd64’
N: Skipping acquire of configured file ‘main/binary-i386/Packages’ as repository ‘https://repo.download.nvidia.com/jetson/t210 r32.4 InRelease’ doesn’t support architecture ‘i386’
N: Skipping acquire of configured file ‘main/binary-amd64/Packages’ as repository ‘https://repo.download.nvidia.com/jetson/t210 r32.4 InRelease’ doesn’t support architecture ‘amd64’
N: Skipping acquire of configured file ‘main/binary-armhf/Packages’ as repository ‘https://repo.download.nvidia.com/jetson/t210 r32.4 InRelease’ doesn’t support architecture ‘armhf’
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic-security/main/binary-amd64/Packages 404 Not Found [IP: 91.189.88.150 80]
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/bionic/main/binary-armhf/Packages 404 Not Found [IP: 91.189.91.38 80]
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/bionic-updates/main/binary-arm64/Packages 404 Not Found [IP: 91.189.91.38 80]
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/bionic-backports/main/binary-armhf/Packages 404 Not Found [IP: 91.189.91.38 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.

Hi @salmannadeem1997
I tried “sudo apt-get update” on a newly installed Jetson system and can’t reproduce your issue.
So, seems the apt source in your device is broken or there is problem with your network.

I reinstalled Jetpack and the problem went away.

1 Like