-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Binary installation on Ubuntu 24.04 doesn't seem to work #2390
Comments
Ubuntu 24.04 just came out so we haven't built the binaries for it yet on packages.osrfoundation.org. It should be available in the coming few weeks. cc @j-rivero If you're installing Jazzy, you can just install |
Does binaries coming soon? We are still waiting sir. |
You can install the binaries from the ROS buildfarm as indicated above
|
@mjcarroll Where is the ROS buildfarm? I tried: sudo sh -c 'echo "deb [arch=$(dpkg --print-architecture)] http://packages.ros.org/ros2/ubuntu $(lsb_release -cs) main" > /etc/apt/sources.list.d/ros2-latest.list'
curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -
sudo apt-get update
sudo apt install ros-jazzy-ros-gz
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package ros-jazzy-ros-gz |
Environment
Description
I used the installation steps described here. Step
sudo apt-get install gz-harmonic
givesE: Unable to locate package gz-harmonic
.gz-harmonic
on Ubuntu 24.04Steps to reproduce
sudo apt install gz-harmonic
The text was updated successfully, but these errors were encountered: