can't install ros indigo in arm odroid xu4

asked 2016-06-13 00:05:47 -0500

crazymumu gravatar image

updated 2016-06-13 00:06:22 -0500

Hi, I currently wanted to install ros indigo in xu4:

$ sudo cat /etc/lsb-release   
DISTRIB_ID=Ubuntu  
DISTRIB_RELEASE=14.04  
DISTRIB_CODENAME=trusty  
DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS"

I got the issues:

$ sudo apt-get install ros-indigo-ros-base  
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-indigo-ros-base : Depends: ros-indigo-actionlib but it is not going to be installed  
                       Depends: ros-indigo-bond-core but it is not going to be installed  
                       Depends: ros-indigo-class-loader but it is not going to be installed  
                       Depends: ros-indigo-dynamic-reconfigure but it is not going to be installed  
                       Depends: ros-indigo-nodelet-core but it is not going to be installed  
                       Depends: ros-indigo-pluginlib but it is not going to be installed  
                       Depends: ros-indigo-ros-core but it is not going to be installed  
E: Unable to correct problems, you have held broken packages.

it was really wired, I never had this problem before. thx for your help.

edit retag flag offensive close merge delete

Comments

Try this:- sudo apt-get install ros-indigo-desktop

Aniket_Gujarathi gravatar image Aniket_Gujarathi  ( 2018-07-31 05:13:28 -0500 )edit