InstallAnubisOn64bits

Version 1 (David RENÉ, 12/10/2017 03:24 AM) → Version 2/10 (David RENÉ, 12/10/2017 03:29 AM)

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
</pre>
Redmine Appliance - Powered by TurnKey Linux