How to fetch newer foxy desktop packages?
All right, here we go: I have a new desktop computer with Ubuntu 20.04 Focal Fossa installed. I want to run ROS2 on it, and it is supported by ROS2 Foxy. I had previously installed foxy desktop through the installation instructions, over two weeks ago. I followed the debian package instructions which can be found here
When revisiting it today, I found out I needed to install colcon. It returned 'Failed to fetch' commands when installing.
I thought re-installing Foxy would be a possible solution, so I uninstalled it through
sudo apt remove ros-foxy-desktop
And tried to re-install it. However, this returns package fetch failures as well! See below:
Err:1 http://packages.ros.org/ros2/ubuntu focal/main amd64 python3-rospkg-modules all 1.2.6-1
404 Not Found [IP: 64.50.236.52 80]
E: Failed to fetch http://packages.ros.org/ros2/ubuntu/pool/main/p/python3-rospkg-modules/python3-rospkg-modules_1.2.6-1_all.deb 404 Not Found [IP: 64.50.236.52 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
I have tried both sudo apt-get update and running the command with --fix-missing. Both did not get me any further. I have even tried apt-get clean, then apt-get update but with the same result. I have also checked the Ubuntu software updater.
When navigating to the mentioned URL here it seems like that package has a newer version. The error mentions 1.2.6-1 while the site mentions 1.2.8-1... This was similar for the colcon package errors that I got earlier.
Additional information: uname -r returns kernel: 5.4.0-37-generic, architecture is amd64.
Is the package broken, or is it me? Can I do something about it? Should I simply wait for the packages and/or version information to be updated?
It feels like I am almost there, but I'm not getting anywhere at the moment. I hope someone can help and/or explain. If there is more information required, please mention it. Thanks in advance.
Best regards, Frank