InstallAnubisOn64bits » History » Version 9
Julien Verneuil, 03/16/2018 04:34 PM
| 1 | 1 | David RENÉ | h1. Install Anubis on Linux 64 bits (Debian) |
|---|---|---|---|
| 2 | |||
| 3 | It's possible to install Anubis on Debian 64 bits system but with 'i386' architecture installed. |
||
| 4 | |||
| 5 | Check if the 'i386' architecture is available with that command "dpkg --print-foreign-architectures" |
||
| 6 | |||
| 7 | <pre> |
||
| 8 | dpkg --print-foreign-architectures |
||
| 9 | </pre> |
||
| 10 | |||
| 11 | if the result is empty or different than 'i386' please add the architecture by issuing |
||
| 12 | <pre> |
||
| 13 | dpkg --add-architecture i386 |
||
| 14 | apt-get update |
||
| 15 | </pre> |
||
| 16 | 2 | David RENÉ | |
| 17 | <pre> |
||
| 18 | 5 | Julien Verneuil | apt-get install libc6-i386 |
| 19 | apt-get install lib32stdc++6 |
||
| 20 | 3 | David RENÉ | </pre> |
| 21 | |||
| 22 | 5 | Julien Verneuil | if you need Anubis graphic support with X11 add the following command |
| 23 | 1 | David RENÉ | |
| 24 | 4 | Julien Verneuil | <pre> |
| 25 | 5 | Julien Verneuil | apt-get install libx11-6:i386 |
| 26 | 4 | Julien Verneuil | </pre> |
| 27 | |||
| 28 | 6 | Julien Verneuil | h1. Install the Anubis Virtual Machine from a .deb file for Debian 8 (with its dependencies) |
| 29 | 3 | David RENÉ | |
| 30 | 9 | Julien Verneuil | "Download":http://redmine.anubis-language.com/attachments/download/20/anbexec_1.0.0_amd64_Debian_8.deb |
| 31 | 7 | Julien Verneuil | |
| 32 | 1 | David RENÉ | <pre> |
| 33 | 6 | Julien Verneuil | dpkg -i anbexec_1.0.0_amd64_8.deb |
| 34 | apt-get -f install |
||
| 35 | </pre> |
||
| 36 | |||
| 37 | h1. Install the Anubis Virtual Machine from a .deb file for Debian 9 (with its dependencies) |
||
| 38 | 7 | Julien Verneuil | |
| 39 | 9 | Julien Verneuil | "Download":http://redmine.anubis-language.com/attachments/download/21/anbexec_1.0.0_amd64_Debian_9.deb |
| 40 | 6 | Julien Verneuil | |
| 41 | <pre> |
||
| 42 | dpkg -i anbexec_1.0.0_amd64_9.deb |
||
| 43 | 5 | Julien Verneuil | apt-get -f install |
| 44 | 2 | David RENÉ | </pre> |