InstallAnubisOn64bits
Version 3 (David RENÉ, 12/10/2017 03:40 AM)
| 1 | 1 | David RENÉ | h1. Install Anubis on Linux 64 bits (Debian) |
|---|---|---|---|
| 2 | 1 | David RENÉ | |
| 3 | 1 | David RENÉ | It's possible to install Anubis on Debian 64 bits system but with 'i386' architecture installed. |
| 4 | 1 | David RENÉ | |
| 5 | 1 | David RENÉ | Check if the 'i386' architecture is available with that command "dpkg --print-foreign-architectures" |
| 6 | 1 | David RENÉ | |
| 7 | 1 | David RENÉ | <pre> |
| 8 | 1 | David RENÉ | dpkg --print-foreign-architectures |
| 9 | 1 | David RENÉ | </pre> |
| 10 | 1 | David RENÉ | |
| 11 | 1 | David RENÉ | if the result is empty or different than 'i386' please add the architecture by issuing |
| 12 | 1 | David RENÉ | <pre> |
| 13 | 1 | David RENÉ | dpkg --add-architecture i386 |
| 14 | 1 | David RENÉ | apt-get update |
| 15 | 1 | David RENÉ | </pre> |
| 16 | 2 | David RENÉ | |
| 17 | 2 | David RENÉ | <pre> |
| 18 | 2 | David RENÉ | apt-get install libjpeg62-turbo:i386 |
| 19 | 3 | David RENÉ | apt-get install libstdc++6:i386 |
| 20 | 3 | David RENÉ | </pre> |
| 21 | 3 | David RENÉ | |
| 22 | 3 | David RENÉ | if you need Anubis graphic support with X11 add the following command |
| 23 | 3 | David RENÉ | |
| 24 | 3 | David RENÉ | <pre> |
| 25 | 3 | David RENÉ | apt-get install libx11-6:i386 |
| 26 | 2 | David RENÉ | </pre> |