I used the recommended ssd image from the ‘Getting Started’ pdf.
I tried using ’sudo apt install ’, and other various combinations & permutations; seems like i’m not using the correct resource or procedure for installing packages. I’ve searched internet & Jetson forums to no avail.
———
’sudo apt update’ gives …
Get:1 file:/var/cuda-repo-10-0-local-10.0.166 InRelease
Ign:1 file:/var/cuda-repo-10-0-local-10.0.166 InRelease
Get:2 file:/var/visionworks-repo InRelease
Ign:2 file:/var/visionworks-repo InRelease
Get:3 file:/var/visionworks-sfm-repo InRelease
Ign:3 file:/var/visionworks-sfm-repo InRelease
Get:4 file:/var/visionworks-tracking-repo InRelease
Ign:4 file:/var/visionworks-tracking-repo InRelease
Get:5 file:/var/cuda-repo-10-0-local-10.0.166 Release [574 B]
Get:6 file:/var/visionworks-repo Release [1,999 B]
Get:5 file:/var/cuda-repo-10-0-local-10.0.166 Release [574 B]
Get:7 file:/var/visionworks-sfm-repo Release [2,003 B]
Get:6 file:/var/visionworks-repo Release [1,999 B]
Get:8 file:/var/visionworks-tracking-repo Release [2,008 B]
Get:7 file:/var/visionworks-sfm-repo Release [2,003 B]
Get:8 file:/var/visionworks-tracking-repo Release [2,008 B]
Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB]
Get:12 http://packages.ros.org/ros/ubuntu bionic InRelease [4,031 B]
Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB]
Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB]
Get:9 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB]
Reading package lists… Done
E: Release file for file:///var/cuda-repo-10-0-local-10.0.166/Release is not valid yet (invalid for another 260d 3h 1min 31s). Updates for this repository will not be applied.
E: Release file for file:///var/visionworks-repo/Release is not valid yet (invalid for another 389d 9h 3min 51s). Updates for this repository will not be applied.
E: Release file for file:///var/visionworks-sfm-repo/Release is not valid yet (invalid for another 389d 9h 10min 13s). Updates for this repository will not be applied.
E: Release file for file:///var/visionworks-tracking-repo/Release is not valid yet (invalid for another 389d 9h 7min 7s). Updates for this repository will not be applied.
E: Release file for http://packages.ros.org/ros/ubuntu/dists/bionic/InRelease is not valid yet (invalid for another 450d 21h 21min 29s). Updates for this repository will not be applied.
E: Release file for http://ports.ubuntu.com/ubuntu-ports/dists/bionic-updates/InRelease is not valid yet (invalid for another 452d 14h 57min 40s). Updates for this repository will not be applied.
E: Release file for http://ports.ubuntu.com/ubuntu-ports/dists/bionic-backports/InRelease is not valid yet (invalid for another 452d 11h 52min 32s). Updates for this repository will not be applied.
E: Release file for http://ports.ubuntu.com/ubuntu-ports/dists/bionic-security/InRelease is not valid yet (invalid for another 452d 11h 51min 25s). Updates for this repository will not be applied.
E: Release file for http://ports.ubuntu.com/ubuntu-ports/dists/bionic/InRelease is not valid yet (invalid for another 88d 7h 36min 10s). Updates for this repository will not be applied.
’/etc/apt/sources.list’ contains original content from downloaded image …
See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
newer versions of the distribution.
deb http://ports.ubuntu.com/ubuntu-ports/ bionic main restricted
deb-src http://ports.ubuntu.com/ubuntu-ports/ bionic main restricted
Major bug fix updates produced after the final release of the
distribution.
deb http://ports.ubuntu.com/ubuntu-ports/ bionic-updates main restricted
deb-src http://ports.ubuntu.com/ubuntu-ports/ bionic-updates main restricted
N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
team. Also, please note that software in universe WILL NOT receive any
review or updates from the Ubuntu security team.
deb http://ports.ubuntu.com/ubuntu-ports/ bionic universe
deb-src http://ports.ubuntu.com/ubuntu-ports/ bionic universe
deb http://ports.ubuntu.com/ubuntu-ports/ bionic-updates universe
deb-src http://ports.ubuntu.com/ubuntu-ports/ bionic-updates universe
N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
team, and may not be under a free licence. Please satisfy yourself as to
your rights to use the software. Also, please note that software in
multiverse WILL NOT receive any review or updates from the Ubuntu
security team.
deb http://ports.ubuntu.com/ubuntu-ports/ bionic multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports/ bionic multiverse
deb http://ports.ubuntu.com/ubuntu-ports/ bionic-updates multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports/ bionic-updates multiverse
N.B. software from this repository may not have been tested as
extensively as that contained in the main release, although it includes
newer versions of some applications which may provide useful features.
Also, please note that software in backports WILL NOT receive any review
or updates from the Ubuntu security team.
deb http://ports.ubuntu.com/ubuntu-ports/ bionic-backports main restricted universe multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports/ bionic-backports main restricted universe multiverse
Uncomment the following two lines to add software from Canonical’s
‘partner’ repository.
This software is not part of Ubuntu, but is offered by Canonical and the
respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu bionic partner
deb-src http://archive.canonical.com/ubuntu bionic partner
deb http://ports.ubuntu.com/ubuntu-ports/ bionic-security main restricted
deb-src http://ports.ubuntu.com/ubuntu-ports/ bionic-security main restricted
deb http://ports.ubuntu.com/ubuntu-ports/ bionic-security universe
deb-src http://ports.ubuntu.com/ubuntu-ports/ bionic-security universe
deb http://ports.ubuntu.com/ubuntu-ports/ bionic-security multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports/ bionic-security multiverse
'sudo apt install python3-pip’returns …
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package python3-pip
Any thoughts ???