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

Problem Installing Ros Indigo on Ubuntu 14.04.2

asked 2015-05-20 13:54:59 -0500

pnambiar gravatar image

Distributor ID: Ubuntu Description: Ubuntu 14.04.2 LTS Release: 14.04 Codename: trusty

Here is the error message that I have: 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 E: Unable to correct problems, you have held broken packages.

This is what I get when I explore each of these dependency issues

ros-indigo-cpp-common : Depends: libconsole-bridge0.2 but it is not installable Depends: libboost-all-dev but it is not installable Depends: libconsole-bridge-dev but it is not installable

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-05-20 14:06:53 -0500

Mani gravatar image

As mentioned in ROS Installation Guide for Ubuntu, you need to install some dependencies manually for 14.04.2 . Quoting from the page:

If you are using Ubuntu Trusty 14.04.2 and experience dependency issues during the ROS installation, you may have to install some additional system dependencies. (Do not install these packages if you are using 14.04, it will destroy your X server)

sudo apt-get install xserver-xorg-dev-lts-utopic mesa-common-dev-lts-utopic libxatracker-dev-lts-utopic libopenvg1-mesa-dev-lts-utopic libgles2-mesa-dev-lts-utopic libgles1-mesa-dev-lts-utopic libgl1-mesa-dev-lts-utopic libgbm-dev-lts-utopic libegl1-mesa-dev-lts-utopic

Alternatively, try installing just this to fix dependency issues: (Do not install the above packages if you are using 14.04, it will destroy your X server)

sudo apt-get install libgl1-mesa-dev-lts-utopic

For more information on this issue see this answers.ros.org thread or this launchpad issue

edit flag offensive delete link more

Comments

When trying to do this, terminal prints out that each of the packages could not be found. Why does't it find them?

juwinkler gravatar image juwinkler  ( 2015-10-01 05:28:55 -0500 )edit

I'm using 14.04.5 and this doesn't work. It gives me similar "but it is not going to be installed" errors.

Cerin gravatar image Cerin  ( 2016-09-15 17:06:17 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2015-05-20 13:54:59 -0500

Seen: 1,217 times

Last updated: May 20 '15