Skip to content
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

Closed
suren-atoyan opened this issue Apr 28, 2024 · 5 comments
Closed

Binary installation on Ubuntu 24.04 doesn't seem to work #2390

suren-atoyan opened this issue Apr 28, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@suren-atoyan
Copy link

Environment

  • OS Version: Ubuntu 24.04
  • Source or binary build? Binary, Harmonic

Description

I used the installation steps described here. Step sudo apt-get install gz-harmonic gives E: Unable to locate package gz-harmonic.

  • Expected behavior: find and install gz-harmonic on Ubuntu 24.04
  • Actual behavior: Unable to locate package

Steps to reproduce

  1. Fresh install of Ubuntu 24.04 and ROS2 Jazzy
  2. Installation steps of gazebo from here
  3. sudo apt install gz-harmonic
@suren-atoyan suren-atoyan added the bug Something isn't working label Apr 28, 2024
@azeey
Copy link
Contributor

azeey commented May 6, 2024

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 ros-jazzy-ros-gz and it will install Gazebo Harmonic from packages.ros.org via the gz vendor packages (documentation to come soon).

@hikmetkara
Copy link

Does binaries coming soon? We are still waiting sir.

@mjcarroll
Copy link
Contributor

Does binaries coming soon? We are still waiting sir.

You can install the binaries from the ROS buildfarm as indicated above

sudo apt install ros-jazzy-ros-gz

@j-rivero
Copy link
Contributor

https://community.gazebosim.org/t/gazebo-harmonic-packages-available-on-ubuntu-noble/2772

@github-project-automation github-project-automation bot moved this from In progress to Done in Core development May 14, 2024
@azeey azeey moved this from Done to Highlights in Core development May 20, 2024
@dp1140a
Copy link

dp1140a commented May 25, 2024

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

6 participants