trouble trying to install ros-humble-joy on ubuntu 24.04.3 lts. originally installed ubuntu 22.04.5 lt 64 bit on pizero2w, with ros-humble-ros-base. i kept following other help on the web even after running sudo apt full-upgrade,so now I have (ubuntu 24.04.3 LTS) I still get the following packages have unmet dependencies: ros-humble-rcl-logging-spdlog : Depends: libspdlog1-fmt8 but it is not installable E: Unable to correct problems, you have held broken packages. How can I fix this ? totally new at all of this, very confusing ! Help would be appreciated
$\begingroup$ $\endgroup$
New contributor
jeff is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.
Add a comment |
1 Answer
$\begingroup$ $\endgroup$
Humble is built for Ubuntu 22.04. so your system is not compatible to run Ros2 Humble. You can go back to Ubuntu 22.04, or if you want to keep Ubuntu 24.04 you can either install Ros2 Jazzy, or build Humble from source. Are there any requirements that you need a Ros2 Humble stack, or Ubuntu 24.04 systme?