I encountered this error when executing the command in step 2 of the link above.
The commands are:
sudo apt update
sudo apt install nvidia-jetpack-runtime
The error is:
dw@dw:~$ sudo apt update
Hit:1 Index of /ubuntu-ports focal InRelease
Hit:2 Index of /ubuntu-ports focal-updates InRelease
Hit:3 Index of /ubuntu-ports focal-backports InRelease
Hit:4 Index of /ubuntu-ports focal-security InRelease
Reading package lists⦠Done
Building dependency tree
Reading state information⦠Done
218 packages can be upgraded. Run āapt list --upgradableā to see them.
dw@dw:~$
dw@dw:~$ sudo apt install nvidia-jetpack-runtime
Reading package lists⦠Done
Building dependency tree
Reading state information⦠Done E: Unable to locate package nvidia-jetpack-runtime
dw@dw:~$