<?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: Re:Installing desktop in Edge Software Catalog</title>
    <link>https://community.intel.com/t5/Edge-Software-Catalog/Installing-desktop/m-p/1515674#M390</link>
    <description>&lt;P&gt;Yes, it does work&lt;BR /&gt;&lt;BR /&gt;I would just like to add before echo the network config, you should send&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ip a&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that will list your devices names, and you should change&amp;nbsp;&lt;SPAN&gt;enp0s3 in the command for whatever device you have hooked up to the internet.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;also after successfully installing the desktop packages, use&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;rm /etc/network/interfaces.d/*&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;command to delete the file that was created from the echo command.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 19 Aug 2023 01:43:19 GMT</pubDate>
    <dc:creator>grandixximo</dc:creator>
    <dc:date>2023-08-19T01:43:19Z</dc:date>
    <item>
      <title>Installing desktop</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Installing-desktop/m-p/1513861#M386</link>
      <description>&lt;P&gt;&lt;A href="https://eci.intel.com/docs/3.0.2/development/desktop_env.html" target="_blank" rel="noopener"&gt;https://eci.intel.com/docs/3.0.2/development/desktop_env.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After building and installing&amp;nbsp;&lt;SPAN&gt;ECI core image core-bullseye&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I follow instructions to install desktop environment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;After sending the apt command to install mate or xfce desktop environment, it seem to want to remove init and systemd, and requires me to type "yes, do as I say!" To continue&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;If I do, it fails with too many dpkg errors, related.tk removing systemd&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 14:02:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Installing-desktop/m-p/1513861#M386</guid>
      <dc:creator>grandixximo</dc:creator>
      <dc:date>2023-08-14T14:02:06Z</dc:date>
    </item>
    <item>
      <title>Re:Installing desktop</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Installing-desktop/m-p/1514054#M387</link>
      <description>&lt;P&gt;Hi grandixximo,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for reporting, I was able to reproduce the same error message. Let me take a deeper look and get back to you as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jesus&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Aug 2023 23:55:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Installing-desktop/m-p/1514054#M387</guid>
      <dc:creator>JesusE_Intel</dc:creator>
      <dc:date>2023-08-14T23:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Installing desktop</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Installing-desktop/m-p/1515235#M388</link>
      <description>&lt;P&gt;Are you still looking into this?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 23:44:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Installing-desktop/m-p/1515235#M388</guid>
      <dc:creator>grandixximo</dc:creator>
      <dc:date>2023-08-17T23:44:22Z</dc:date>
    </item>
    <item>
      <title>Re:Installing desktop</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Installing-desktop/m-p/1515646#M389</link>
      <description>&lt;P&gt;Hi grandixximo,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Apologies for the delay, this took longer than expected. I was able to install the desktop environment using the steps below. Could you please give it a try and let me know if it works for you?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;sudo apt update&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;sudo apt install sysvinit-core systemd-sysv-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;echo "auto enp0s3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;iface enp0s3 inet dhcp" &amp;gt; /etc/network/interfaces.d/enp0s3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;reboot&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;sudo -E apt install task-desktop task-mate-desktop&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;reboot&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jesus&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2023 22:25:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Installing-desktop/m-p/1515646#M389</guid>
      <dc:creator>JesusE_Intel</dc:creator>
      <dc:date>2023-08-18T22:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Installing desktop</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Installing-desktop/m-p/1515674#M390</link>
      <description>&lt;P&gt;Yes, it does work&lt;BR /&gt;&lt;BR /&gt;I would just like to add before echo the network config, you should send&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ip a&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that will list your devices names, and you should change&amp;nbsp;&lt;SPAN&gt;enp0s3 in the command for whatever device you have hooked up to the internet.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;also after successfully installing the desktop packages, use&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;rm /etc/network/interfaces.d/*&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;command to delete the file that was created from the echo command.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Aug 2023 01:43:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Installing-desktop/m-p/1515674#M390</guid>
      <dc:creator>grandixximo</dc:creator>
      <dc:date>2023-08-19T01:43:19Z</dc:date>
    </item>
    <item>
      <title>Re:Installing desktop</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Installing-desktop/m-p/1516518#M391</link>
      <description>&lt;P&gt;Thanks for providing the additional steps, glad that worked for you. If you need any additional information, please submit a new question as this thread will no longer be monitored.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Aug 2023 16:25:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Installing-desktop/m-p/1516518#M391</guid>
      <dc:creator>JesusE_Intel</dc:creator>
      <dc:date>2023-08-22T16:25:06Z</dc:date>
    </item>
  </channel>
</rss>

