<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Colin,<div class=""><br class=""></div><div class="">When you are at the command line and do</div><div class=""><br class=""></div><div class="">Self -s core.snap</div><div class=""><br class=""></div><div class="">or your equivalent, what does your terminal show?</div><div class=""><br class=""></div><div class="">From the terminal you can quit without saving by ‘quitNoSave’ or ‘_Quit’</div><div class=""><br class=""></div><div class="">Cheers Russell<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 18 Jul 2021, at 3:35 pm, Colin Sare-Soar <<a href="mailto:colin.saresoar@terrashape.co.uk" class="">colin.saresoar@terrashape.co.uk</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">

  
  <meta charset="UTF-8" class=""> 
 
 <div class="">
  <div class="">
   Hi Russell, 
   <br class="">
   <div class="default-style">
    Those commands did the trick, in fact I found them in handbook once I started reading it. 
    <br class="">
   </div>
   <div class="default-style">
    I started the VM but used the 'core.snap' file and not much seemed to happen. I tried to follow some instructions in a blog but things like help or desktop open had no effect and just produced an error message. I also could not find any way to shutdown the VM, short of closing the terminal. 
    <br class="">
   </div>
   <div class="default-style">
    I see that the graphical images have a 'quit' menu item but how do you close the core VM? 
    <br class="">
   </div>
   <div class="default-style">
    <br class="">
   </div>
   <div class="default-style">
    I will start one of the other images and hopefully things will start to make more sense. 
    <br class="">
   </div>
   <div class="default-style">
    <br class="">
   </div>
   <div class="default-style">
    Colin
   </div>
  </div>
  <blockquote type="cite" class="">
   <div class="">
    On 17/07/2021 09:13 Russell Allen <<a href="mailto:mail@russell-allen.com" class="">mail@russell-allen.com</a>> wrote:
   </div>
   <div class="">
    <br class="">
   </div>
   <div class="">
    <br class="">
   </div>
   <div class="">
    HI Colin,
   </div>
   <div class="">
    The VM is a 32 bit binary and is looking for the 32 bit versions of those libraries. You need to install these.
   </div>
   <div class="">
    For Debian, I think you need to do something like:
   </div>
   <div class="">
    <br class="">
   </div>
   <div class="">
    sudo dpkg --add-architecture i386
   </div>
   <div class="">
    sudo apt-get update
   </div>
   <div class="">
    sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 libx11-6:i386 libxext6:i386
   </div>
   <div class="">
    <br class="">
   </div>
   <div class="">
    But I haven’t tried this particular magic incantation for a while.
   </div>
   <div class="">
    <br class="">
   </div>
   <div class="">
    I don’t have the time at the moment, but someone should do this up as a docker image.
   </div>
   <div class="">
    <br class="">
   </div>
   <div class="">
    Best Russell
   </div>
   <div class="">
    <br class="">
   </div>
  </blockquote>
 </div>

</div></blockquote></div><br class=""></div></body></html>