<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Supporting i386 architecture]]></title><description><![CDATA[<p dir="auto">Hey guys I’m trying to use the <a href="https://developers.google.com/actions/tools/gactions-cli" target="_blank" rel="noopener noreferrer nofollow ugc">gactions CLI</a> for gactions with my <a href="https://github.com/gauravsacc/MMM-GoogleAssistant" target="_blank" rel="noopener noreferrer nofollow ugc">Google Assistant module</a> but I’m having trouble with my executable. I was trying to hack together a solution by following this <a href="https://askubuntu.com/a/842271" target="_blank" rel="noopener noreferrer nofollow ugc">SO post</a> to run the exectables but I’m running into the issue of</p>
<pre><code>/lib64/ld-linux-x86-64.so:2 No such file or directory
</code></pre>
<p dir="auto">This is usually solved by doing the command</p>
<pre><code>sudo apt-get install ia32-libs
</code></pre>
<p dir="auto">I got a unable to locate package error so I followed this <a href="https://askubuntu.com/a/484468" target="_blank" rel="noopener noreferrer nofollow ugc">SO Post</a> which told me to</p>
<pre><code>sudo dpkg --add-architecture i386

sudo apt-get update

sudo apt-get install ia32-libs
</code></pre>
<p dir="auto">but <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">mirrordirector.raspbian.org</a>./…/…i386/Packages doesn’t seem to exist (Unable to find expected entry)<br />
Any ideas on what I should do?</p>
<p dir="auto">Sorry if I’m posting this on the wrong place not sure where this belongs</p>
<p dir="auto">Thanks, Javier</p>
]]></description><link>https://forum.magicmirror.builders/topic/4774/supporting-i386-architecture</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 04:04:11 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/4774.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 02 Sep 2017 16:11:25 GMT</pubDate><ttl>60</ttl></channel></rss>