Cannot Install Any More Foxy or Ubuntu Packages
Background
I can't install any packages on a functioning TB3 Waffle with an Intel NUC replacing the Raspberry Pi. I ran into this problem while integrating Tensorflow with ROS 2 Foxy using Alsora packages. ROS2 Tensorflow.
$ uname -a
Linux hood 5.4.0-80-generic #90-Ubuntu SMP Fri Jul 9 22:49:44 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.2 LTS
Release: 20.04
Codename: focal
$ echo $ROS_DISTRO
foxy
Problem Log
What follows are the results of an install and update:
$ sudo apt install ros-foxy-vision-msgs
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
ros-foxy-vision-msgs
0 upgraded, 1 newly installed, 0 to remove and 544 not upgraded.
Need to get 365 kB of archives.
After this operation, 4,493 kB of additional disk space will be used.
Err:1 http://packages.ros.org/ros2/ubuntu focal/main amd64 ros-foxy-vision-msgs amd64 2.0.0-1focal.20210423.013808404 Not Found [IP: 64.50.233.100 80]
E: Failed to fetch http://packages.ros.org/ros2/ubuntu/pool/main/r/ros-foxy-vision-msgs/ros-foxy-vision-msgs_2.0.0-1focal.20210423.013808_amd64.deb 404 Not Found [IP: 64.50.233.100 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
$ sudo apt-get update
Get:1 http://dl.google.com/linux/chrome/deb stable InRelease [1,811 B]
Hit:2 https://download.docker.com/linux/ubuntu focal InRelease
Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Get:4 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1,101 B]
Get:5 http://packages.ros.org/ros2/ubuntu focal InRelease [4,670 B]
Hit:6 http://us.archive.ubuntu.com/ubuntu focal InRelease
Err:5 http://packages.ros.org/ros2/ubuntu focal InRelease
The following signatures were invalid: EXPKEYSIG F42ED6FBAB17C654 Open Robotics <info@osrfoundation.org>
Get:7 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Hit:8 http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu focal InRelease
Hit:9 https://librealsense.intel.com/Debian/apt-repo focal InRelease
Get:10 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [793 kB]
Get:12 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1,134 kB]
Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 DEP-11 Metadata [27.7 kB]
Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [8,424 B]
Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [636 kB]
Get:16 http://security.ubuntu.com/ubuntu focal-security/universe amd64 DEP-11 Metadata [61.1 kB]
Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [12.1 kB]
Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 DEP-11 Metadata [2,464 B]
Get:19 http://us.archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [517 kB]
Get:20 http://us.archive.ubuntu.com ...
This seems to have been a duplicate of #q379190.