<?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[ubuntu18.04 d1 dependency install failed]]></title><description><![CDATA[<p dir="auto">Hi  guys,</p>
<p dir="auto">I have met a issue on ubuntu 18.04.</p>
<pre><code>sudo apt-get install libc6:i386 libstdc++6:i386  lib32z1
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:
 lib32z1 : Depends: libc6-i386 (&gt;= 2.4) but it is not going to be installed
 libc6:i386 : Depends: libgcc1:i386 but it is not going to be installed
 libstdc++6:i386 : Depends: libgcc1:i386 (&gt;= 1:4.1.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

</code></pre>
<p dir="auto">First time to use linux system, please help give some advise.</p>
]]></description><link>https://bbs.aw-ol.com/topic/344/ubuntu18-04-d1-dependency-install-failed</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 00:21:50 GMT</lastBuildDate><atom:link href="https://bbs.aw-ol.com/topic/344.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 25 Aug 2021 13:41:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ubuntu18.04 d1 dependency install failed on Wed, 25 Aug 2021 13:52:58 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://stackoverflow.com/questions/43769395/trying-to-install-the-package-libstdc6i386-or-ia32-libs-in-ubuntu-16-04-1-lts" target="_blank" rel="noopener noreferrer nofollow ugc">https://stackoverflow.com/questions/43769395/trying-to-install-the-package-libstdc6i386-or-ia32-libs-in-ubuntu-16-04-1-lts</a></p>
<pre><code>I found a solution,hope it works for others as well

visit this website -&gt; https://repogen.simplylinux.ch/ and choose your 'country' and 'release' along with necessary 'branches' and 'updates' and go to end of the page till 'Generate list' button and click it to get your new sources.list

copy the text in 'sources list' text field and open sources.list file in /etc/apt/ in local file system and open in editable mode i.e., in sudo mode to edit, replace the current data with newly copy data and save it

open terminal enter these commands : sudo apt-get update sudo apt-get install lib32stdc++6

you are done. Now, just check if the problem with making AVD is gone or not.

Share
Improve this answer
Follow
</code></pre>
]]></description><link>https://bbs.aw-ol.com/post/1533</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/1533</guid><dc:creator><![CDATA[whycan]]></dc:creator><pubDate>Wed, 25 Aug 2021 13:52:58 GMT</pubDate></item></channel></rss>