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

Problem reinstalling ros indigo

asked 2018-01-23 05:05:34 -0500

JuanTelo gravatar image

updated 2018-01-23 07:31:43 -0500

I'm running Ubuntu 14.04 and had previously installed ros indigo. I uninstalled it with

sudo apt-get purge ros-indigo*
sudo apt-get autoremove

then tried the steps in the wiki to install it again, did all the steps but when I get to

sudo apt-get install ros-indigo-desktop-full

this comes up

The following packages have unmet dependencies:
 ros-indigo-desktop-full : Depends: ros-indigo-desktop but it is not going to be installed
                       Depends: ros-indigo-perception but it is not going to be installed
                       Depends: ros-indigo-simulators but it is not going to be installed
                       Depends: ros-indigo-urdf-tutorial but it is not going to be installed

Does anyone have an idea on how to install ROS?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-01-23 08:30:34 -0500

JamesDoe gravatar image

updated 2018-01-23 08:51:32 -0500

It seems to still think you have ros-indigo-desktop, ros-indigo-perception, ros-indigo-simulators and ros-indigo-urdf-tutorial installed or something related to those. I suppose your purge didn't work entirely. Try and delete them again through a sudo apt-get remove packagename?

If that fails, you can try and do a sudo apt-get install -f (attempt to fix any broken packages). And then try to run your install again or try to delete them again and try the install again after that.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2018-01-23 05:05:34 -0500

Seen: 253 times

Last updated: Jan 23 '18