ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

apt: no release file [ubuntu jammy]

asked 2023-05-02 20:57:29 -0500

saintofinternet gravatar image

updated 2023-05-03 02:45:07 -0500

gvdhoorn gravatar image

Please find below the error I am getting...

$ sudo apt update
Hit:1 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Ign:2 http://packages.ros.org/ros/ubuntu jammy InRelease
Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease
Err:4 http://packages.ros.org/ros/ubuntu jammy Release
  404  Not Found [IP: 64.50.236.52 80]
Hit:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:6 http://archive.ubuntu.com/ubuntu jammy-security InRelease

Reading package lists... Done

E: The repository 'http://packages.ros.org/ros/ubuntu jammy 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.
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-05-03 02:44:10 -0500

gvdhoorn gravatar image

From this:

E: The repository 'http://packages.ros.org/ros/ubuntu jammy Release' does not have a Release file.

it looks like you're trying to use the ROS 1 package repositories on Ubuntu Jammy.

The ROS 2 package repository would be http://packages.ros.org/ros2/ubuntu (note the ros2 in the URL).

ROS 1 does not support Ubuntu Jammy, so the apt error is correct: there is no release file it can download.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2023-05-02 20:57:29 -0500

Seen: 4,999 times

Last updated: May 03 '23