Version 1/10
-
Next » -
Current version
David RENÉ, 12/10/2017 03:24 AM
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