<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Apt-get problems with Euclid in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Apt-get-problems-with-Euclid/m-p/276276#M153</link>
    <description>&lt;P&gt;I have had a lot of luck lately connecting to the general ros repository per instructions from their website.&lt;/P&gt;&lt;P&gt;This allows getting the latest updates but you MUST be sure to &lt;B&gt;hold back the package "ros-kinetic-realsense-camera&lt;/B&gt;".&lt;/P&gt;&lt;P&gt;That is a special build of the package for Euclid and you cannot install the generally available package or you will probably need to re-install your image (been there!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Holding back a package is pretty simple:&lt;/P&gt;&lt;P&gt;$&amp;gt; sudo apt-mark hold &lt;B&gt;ros-kinetic-realsense-camera&lt;/B&gt;&lt;/P&gt;&lt;P&gt;I got the information from here: &lt;A href="https://askubuntu.com/questions/18654/how-to-prevent-updating-of-a-specific-package"&gt;https://askubuntu.com/questions/18654/how-to-prevent-updating-of-a-specific-package&lt;/A&gt; updates - How to prevent updating of a specific package? - Ask Ubuntu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The instructions to point to the ros repository are here: &lt;A href="http://wiki.ros.org/kinetic/Installation/Ubuntu"&gt;http://wiki.ros.org/kinetic/Installation/Ubuntu&lt;/A&gt; kinetic/Installation/Ubuntu - ROS Wiki&lt;/P&gt;&lt;P&gt;It just takes a couple command-line copy/paste from the website. I don't recommend doing a full desktop install. Just install packages as needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been installing gobs of packages as needed and have had no problems so far.&lt;/P&gt;</description>
    <pubDate>Sat, 21 Oct 2017 05:33:50 GMT</pubDate>
    <dc:creator>BLunc</dc:creator>
    <dc:date>2017-10-21T05:33:50Z</dc:date>
    <item>
      <title>Apt-get problems with Euclid</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Apt-get-problems-with-Euclid/m-p/276274#M151</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been running some tests and it is a common issue that, with an Euclid, you can't use the apt-get command. The latest example is "&lt;CODE&gt;sudo apt-get install ros-kinetic-rtabmap-ros". In my test computer, it is not a problem, but with the Euclid, it says "E: Unable to locate package ros-kinetic-rtabmap". And it's just one of many packages that I couldn't install on the Euclid.&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to solve this? Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 01 Oct 2017 11:31:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Apt-get-problems-with-Euclid/m-p/276274#M151</guid>
      <dc:creator>GSR</dc:creator>
      <dc:date>2017-10-01T11:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Apt-get problems with Euclid</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Apt-get-problems-with-Euclid/m-p/276275#M152</link>
      <description>&lt;P&gt;Hi Georgge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That package is part of a repository that isn't available on the Euclid. Some of the packages in that repository are packages that are not compatible with ARM processors, and although the Euclid has an x86 processor and is compatible, it shares some aspects with those types of dev kits. I'm not sure if it's rightfully unavailable because it's unsupported by the system architecture, or if it's possible to use those packages.&lt;/P&gt;&lt;P&gt;We're currently exploring options to see if this is something that can be made available.&lt;/P&gt;&lt;P&gt;In the meantime I'd recommend installing RTAB and other packages from source, if possible, via github or the like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meitav&lt;/P&gt;&lt;P&gt;Intel Euclid Development Team&lt;/P&gt;</description>
      <pubDate>Sun, 01 Oct 2017 13:05:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Apt-get-problems-with-Euclid/m-p/276275#M152</guid>
      <dc:creator>Meitav_K_Intel</dc:creator>
      <dc:date>2017-10-01T13:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Apt-get problems with Euclid</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Apt-get-problems-with-Euclid/m-p/276276#M153</link>
      <description>&lt;P&gt;I have had a lot of luck lately connecting to the general ros repository per instructions from their website.&lt;/P&gt;&lt;P&gt;This allows getting the latest updates but you MUST be sure to &lt;B&gt;hold back the package "ros-kinetic-realsense-camera&lt;/B&gt;".&lt;/P&gt;&lt;P&gt;That is a special build of the package for Euclid and you cannot install the generally available package or you will probably need to re-install your image (been there!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Holding back a package is pretty simple:&lt;/P&gt;&lt;P&gt;$&amp;gt; sudo apt-mark hold &lt;B&gt;ros-kinetic-realsense-camera&lt;/B&gt;&lt;/P&gt;&lt;P&gt;I got the information from here: &lt;A href="https://askubuntu.com/questions/18654/how-to-prevent-updating-of-a-specific-package"&gt;https://askubuntu.com/questions/18654/how-to-prevent-updating-of-a-specific-package&lt;/A&gt; updates - How to prevent updating of a specific package? - Ask Ubuntu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The instructions to point to the ros repository are here: &lt;A href="http://wiki.ros.org/kinetic/Installation/Ubuntu"&gt;http://wiki.ros.org/kinetic/Installation/Ubuntu&lt;/A&gt; kinetic/Installation/Ubuntu - ROS Wiki&lt;/P&gt;&lt;P&gt;It just takes a couple command-line copy/paste from the website. I don't recommend doing a full desktop install. Just install packages as needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been installing gobs of packages as needed and have had no problems so far.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Oct 2017 05:33:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Apt-get-problems-with-Euclid/m-p/276276#M153</guid>
      <dc:creator>BLunc</dc:creator>
      <dc:date>2017-10-21T05:33:50Z</dc:date>
    </item>
  </channel>
</rss>

