« Previous - Version 6/10 (diff) - Next » - Current version
Julien Verneuil, 03/16/2018 04:26 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 libc6-i386
apt-get install lib32stdc++6

if you need Anubis graphic support with X11 add the following command

apt-get install libx11-6:i386

Install the Anubis Virtual Machine from a .deb file for Debian 8 (with its dependencies)

dpkg -i anbexec_1.0.0_amd64_8.deb
apt-get -f install

Install the Anubis Virtual Machine from a .deb file for Debian 9 (with its dependencies)

dpkg -i anbexec_1.0.0_amd64_9.deb
apt-get -f install
Redmine Appliance - Powered by TurnKey Linux