Cannot install melodic on PYNQ Linux, based on Ubuntu 18.04 [arm]
Hello,
I am following the steps from the guide. However, when I run apt update
I the following:
Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
Ign:2 http://packages.ros.org/ros/ubuntu glasgow InRelease
Err:3 http://packages.ros.org/ros/ubuntu glasgow Release
404 Not Found [IP: 64.50.236.52 80]
Reading package lists... Done
E: The repository 'http://packages.ros.org/ros/ubuntu glasgow 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.
I followed this topic but that didn't solve the issue.
I also added [trusted=yes] so my /etc/apt/sources.list.d/ros-latest.list
looks like this:
deb [trusted=yes] http://packages.ros.org/ros/ubuntu glasgow main
However, I still have the same issue after running sudo apt update
:
Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
Ign:2 http://packages.ros.org/ros/ubuntu glasgow InRelease
Ign:3 http://packages.ros.org/ros/ubuntu glasgow Release
Ign:4 http://packages.ros.org/ros/ubuntu glasgow/main all Packages
Ign:5 http://packages.ros.org/ros/ubuntu glasgow/main armhf Packages
Ign:6 http://packages.ros.org/ros/ubuntu glasgow/main Translation-en
Ign:7 http://packages.ros.org/ros/ubuntu glasgow/main Translation-en_US
Ign:4 http://packages.ros.org/ros/ubuntu glasgow/main all Packages
Ign:5 http://packages.ros.org/ros/ubuntu glasgow/main armhf Packages
Ign:6 http://packages.ros.org/ros/ubuntu glasgow/main Translation-en
Ign:7 http://packages.ros.org/ros/ubuntu glasgow/main Translation-en_US
Ign:4 http://packages.ros.org/ros/ubuntu glasgow/main all Packages
Ign:5 http://packages.ros.org/ros/ubuntu glasgow/main armhf Packages
Ign:6 http://packages.ros.org/ros/ubuntu glasgow/main Translation-en
Ign:7 http://packages.ros.org/ros/ubuntu glasgow/main Translation-en_US
Ign:4 http://packages.ros.org/ros/ubuntu glasgow/main all Packages
Ign:5 http://packages.ros.org/ros/ubuntu glasgow/main armhf Packages
Ign:6 http://packages.ros.org/ros/ubuntu glasgow/main Translation-en
Ign:7 http://packages.ros.org/ros/ubuntu glasgow/main Translation-en_US
Ign:4 http://packages.ros.org/ros/ubuntu glasgow/main all Packages
Ign:5 http://packages.ros.org/ros/ubuntu glasgow/main armhf Packages
Ign:6 http://packages.ros.org/ros/ubuntu glasgow/main Translation-en
Ign:7 http://packages.ros.org/ros/ubuntu glasgow/main Translation-en_US
Ign:4 http://packages.ros.org/ros/ubuntu glasgow/main all Packages
Ign:5 http://packages.ros.org/ros/ubuntu glasgow/main armhf Packages
Ign:6 http://packages.ros.org/ros/ubuntu glasgow/main Translation-en
Ign:7 http://packages.ros.org/ros/ubuntu glasgow/main Translation-en_US
Ign:4 http://packages.ros.org/ros/ubuntu glasgow/main all Packages
Err:5 http://packages.ros.org/ros/ubuntu glasgow/main armhf Packages
404 Not Found [IP: 64.50.233.100 80]
Ign:6 http://packages.ros ...
I've also updated the title of your question, so as to better reflect your situation.
You're not just running Ubuntu 18.04, but a derived distribution, based on it.
That changes things.
it's up to you, but I would not edit system files like that.
lsb_release
is managed byapt
, so next time there is an update, your edit will be reverted.