« Previous -
Version 4/10
(diff) -
Next » -
Current version
Julien Verneuil, 01/14/2018 05:25 PM
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"
dpkg --print-foreign-architectures
if the result is empty or different than 'i386' please add the architecture by issuing
dpkg --add-architecture i386 apt-get update
apt-get install libjpeg62-turbo:i386 apt-get install libstdc++6:i386
Under Debian systems :
apt-get install lib6-i386 apt-get install lib32stdc++6
if you need Anubis graphic support with X11 add the following command
apt-get install libx11-6:i386