Hello, @WayneWWW
I cannot install the jetpack component in jetpack4.2.3. Since I want to install emmc (16GB), I used the command below. sudo apt update apt depends nvidia-jetpack | awk ‘{print $2}’ | xargs -I {} sudo apt install -y {} But the package is not found. Is there any way to install it?
May I ask for an answer to the above question?
manager@manager-desktop:/etc/apt$ sudo apt update
Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
Ign:5 https://repo.download.nvidia.com/jetson/common r32.2.1 InRelease
Ign:6 https://repo.download.nvidia.com/jetson/t210 r32.2.1 InRelease
**Err:7 https://repo.download.nvidia.com/jetson/common r32.2.1 Release**
** 404 Not Found [IP: 121.254.136.98 443]**
**Err:8 https://repo.download.nvidia.com/jetson/t210 r32.2.1 Release**
** 404 Not Found [IP: 121.254.136.98 443]**
Reading package lists... Done
E: The repository 'https://repo.download.nvidia.com/jetson/common r32.2.1 Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'https://repo.download.nvidia.com/jetson/t210 r32.2.1 Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Thank you.