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

Revision history [back]

Possible duplicates:

http://answers.ros.org/question/3408/ros-electric-installation-problem http://answers.ros.org/question/3237/unmet-dependencies-when-install-ros-electric

Essentially the answer boils down to:

sudo apt-get update
sudo apt-get autoremove
sudo apt-get -f install

And if that didn't work

sudo apt-get clean all

And then try your install command again.

Possible duplicates:

http://answers.ros.org/question/3408/ros-electric-installation-problem

  • http://answers.ros.org/question/3408/ros-electric-installation-problem
  • http://answers.ros.org/question/3237/unmet-dependencies-when-install-ros-electric

Essentially the answer boils down to:

sudo apt-get update
sudo apt-get autoremove
sudo apt-get -f install

And if that didn't work

sudo apt-get clean all

And then try your install command again.