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

following packages have unmet dependencies: ros-indigo-desktop-full

asked 2015-12-19 08:13:18 -0500

Neel gravatar image

updated 2017-12-19 22:03:04 -0500

ngrennan gravatar image

which broken packages are being considered by the system ? Help me to solve this.

neel

sudo apt-get install ros-indigo-desktop-full 
Reading package lists... Done 
Building dependency tree Reading state information... 
Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. 

The following information may help to resolve the situation: The following packages have unmet dependencies: ros-indigo-desktop-full : Depends: ros-indigo-simulators but it is not going to be installed 

E: Unable to correct problems, you have held broken packages.
edit retag flag offensive close merge delete

Comments

1

Thanks 130s for formatting the code

luketheduke gravatar image luketheduke  ( 2015-12-19 16:34:30 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-12-19 13:41:58 -0500

luketheduke gravatar image

It appears that you are missing the package ros-indigo-simulators. This could be because of two things, either you

A) didn't properly set up your ROS installation environment. Or,

B) the package isn't normally installed but you still need it.

Based on the two above problems, here are two solutions. First you could try installing ros-indigo-simulators through apt by running the command $sudo apt-get install ros-indigo-simulators. If that doesn't work you may need to go through the installation guide on the wiki again(http://wiki.ros.org/indigo/Installation/) Hope that helps!

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-12-19 08:13:18 -0500

Seen: 1,082 times

Last updated: Mar 07 '17