<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div>
   Hi Russell, 
   <br>
   <div class="default-style">
    Those commands did the trick, in fact I found them in handbook once I started reading it. 
    <br>
   </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>
   </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>
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    I will start one of the other images and hopefully things will start to make more sense. 
    <br>
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    Colin
   </div>
  </div>
  <blockquote type="cite">
   <div>
    On 17/07/2021 09:13 Russell Allen <<a href="mailto:mail@russell-allen.com">mail@russell-allen.com</a>> wrote:
   </div>
   <div>
    <br>
   </div>
   <div>
    <br>
   </div>
   <div>
    HI Colin,
   </div>
   <div>
    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>
    For Debian, I think you need to do something like:
   </div>
   <div>
    <br>
   </div>
   <div>
    sudo dpkg --add-architecture i386
   </div>
   <div>
    sudo apt-get update
   </div>
   <div>
    sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 libx11-6:i386 libxext6:i386
   </div>
   <div>
    <br>
   </div>
   <div>
    But I haven’t tried this particular magic incantation for a while.
   </div>
   <div>
    <br>
   </div>
   <div>
    I don’t have the time at the moment, but someone should do this up as a docker image.
   </div>
   <div>
    <br>
   </div>
   <div>
    Best Russell
   </div>
   <div>
    <br>
   </div>
  </blockquote>
 </body>
</html>