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

Revision history [back]

And as usually happens, after asking I seem to found solution myself. Two things to be done:

  1. Make new file /etc/dpkg/dpkg.cfg.d/multiarch containing one line only:

    foreign-architecture armel

  2. Add [arch=armel] into /etc/apt/sources.list.d/ros-latest.list like this:

    deb [arch=armel] http://packages.ros.org/ros/ubuntu precise main

Now "apt-get update" was able to fetch all he needs.