Project

General

Profile

InstallAnubisOn64bits » History » Revision 4

Revision 3 (David RENÉ, 12/10/2017 03:40 AM) → Revision 4/10 (Julien Verneuil, 01/14/2018 05:25 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 libjpeg62-turbo:i386 
 apt-get install libstdc++6:i386 
 </pre> 

 Under Debian systems : 

 <pre> 
 apt-get install lib6-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>