Gazebo | Ignition | Community
Ask Your Question

libra's profile - activity

2016-12-28 23:44:40 -0500 received badge  Taxonomist
2014-11-17 08:55:45 -0500 received badge  Student (source)
2014-10-10 06:19:59 -0500 received badge  Famous Question (source)
2014-07-14 10:14:55 -0500 received badge  Popular Question (source)
2014-07-14 10:14:55 -0500 received badge  Notable Question (source)
2014-03-26 02:03:23 -0500 received badge  Editor (source)
2014-03-26 02:02:44 -0500 asked a question Problem installing GAZEBO on ubuntu 12.10 (broken package)

Hey guys, i was trying to install gazebo in my ubuntu 12.0, following the steps in "gazebosim.org/wiki/1.2/install" . However, after i input

sudo apt-get install gazebo

in terminal as step 4 suggested, it shows up the following errors:

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:
 gazebo : Depends: libboost-thread1.46.1 but it is not installable
          Depends: libboost-signals1.46.1 but it is not installable
          Depends: libboost-system1.46.1 but it is not installable
          Depends: libboost-filesystem1.46.1 but it is not installable
          Depends: libboost-program-options1.46.1 but it is not installable
          Depends: libboost-regex1.46.1 but it is not installable
          Depends: libboost-iostreams1.46.1 but it is not installable
          Depends: libcegui-mk2-0.7.5 but it is not installable
          Depends: sdformat (>= 1.4.7~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

I've tried

sudo apt-get install -f

to fix it, but its still not working. Please, any suggestions or commnets will be appreciated XD

Eason.Lee