Project

General

Profile

InstallAnubisOn64bits » History » Revision 9

Revision 8 (Julien Verneuil, 03/16/2018 04:34 PM) → Revision 9/10 (Julien Verneuil, 03/16/2018 04:34 PM)

h1. Install Anubis on Linux 64 bits (Debian) 

 It's possible to install Anubis on Debian 64 bits system but with 'i386' architecture installed. 

 Check if the 'i386' architecture is available with that command "dpkg --print-foreign-architectures" 

 <pre> 
 dpkg --print-foreign-architectures 
 </pre> 

 if the result is empty or different than 'i386' please add the architecture by issuing  
 <pre> 
 dpkg --add-architecture i386 
 apt-get update 
 </pre> 

 <pre> 
 apt-get install libc6-i386 
 apt-get install lib32stdc++6 
 </pre> 

 if you need Anubis graphic support with X11 add the following command 

 <pre> 
 apt-get install libx11-6:i386 
 </pre> 

 h1. Install the Anubis Virtual Machine from a .deb file for Debian 8 (with its dependencies) 

 "Download":http://redmine.anubis-language.com/attachments/download/20/anbexec_1.0.0_amd64_Debian_8.deb "Téléchargement":http://redmine.anubis-language.com/attachments/download/20/anbexec_1.0.0_amd64_Debian_8.deb 

 <pre> 
 dpkg -i anbexec_1.0.0_amd64_8.deb 
 apt-get -f install 
 </pre> 

 h1. Install the Anubis Virtual Machine from a .deb file for Debian 9 (with its dependencies) 

 "Download":http://redmine.anubis-language.com/attachments/download/21/anbexec_1.0.0_amd64_Debian_9.deb "Téléchargement":http://redmine.anubis-language.com/attachments/download/21/anbexec_1.0.0_amd64_Debian_9.deb 

 <pre> 
 dpkg -i anbexec_1.0.0_amd64_9.deb 
 apt-get -f install 
 </pre>