How to install ros-hydro due to Depends error--ros-hydro-desktop ? [closed]
I followed ros.org
I run:
sudo apt-get install ros-hydro-desktop-full
It shows:
sam@sam:~$ sudo apt-get install ros-hydro-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-hydro-desktop-full : Depends: ros-hydro-desktop but it is not going to be installed
Depends: ros-hydro-mobile but it is not going to be installed
Depends: ros-hydro-perception but it is not going to be installed
Depends: ros-hydro-simulators but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
sam@sam:~$
How to solve it?
Thank you
sam@sam:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sam@sam:~$
I guess you have run "sudo apt-get update" before as the doc suggests. It might help to run "sudo apt-get dist-upgrade".
I tried as the above I edited. But it also doesn't work. Any other suggestions? Thank you~
Same problem here. It seems to be due to the dependency of ros hydro on libogre-dev which has the dependency on libboost1.49 and hydro has a dependancy on libboost1.53. So the clash is between libboost1.49 and libboost1.53. This happens when one tries to install all ros hydro packages individually.
I had the same problem. I installed and used aptitude instead of apt-get and it worked. Try this.
Potentially duplicate: http://answers.ros.org/question/79166/unresolvable-dependency-conflict-in-ros-hydro-desktop-ubuntu-raring/#89621
Hello, could please tell me how can I use aptitude since it doesn't exist by default anymore (ubuntu 13.03) I have the same issue
@Dayire this is a long closed question if you'd like help please ask your own question with enough details to reproduce your problem.