InstallAnubisOn64bits

Version 4 (Julien Verneuil, 01/14/2018 05:25 PM) → Version 5/10 (Julien Verneuil, 01/14/2018 05:28 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 libjpeg62-turbo:i386
apt-get install libstdc++6:i386
&lt;/pre&gt;

Under Debian systems :

&lt;pre&gt;
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>

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

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

</pre>
Redmine Appliance - Powered by TurnKey Linux