I tried this code rosdep install --from-paths src --ignore-src --rosdistro=kinetic -y [closed]

asked 2020-01-08 05:29:17 -0500

hari gravatar image

It showing, E: Unable to correct problems, you have held broken packages. ERROR: the following rosdeps failed to install apt: command [sudo -H apt-get install -y ros-kinetic-gazebo-ros-control] failed how to correct this error

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant. Please see http://wiki.ros.org/Support for more details. by mgruhler
close date 2020-01-08 06:22:48.394345

Comments

This is not a problem from rosdep, but from your package manager (apt-get). You could try a sudo apt-get install -f and see if this resolves the issue. If not, you'd need to track down where this problem comes from. Might be from an aborted install or something.

I'll close this as off-topic, as it is not related to ROS.

mgruhler gravatar image mgruhler  ( 2020-01-08 06:22:20 -0500 )edit