InstallAnubisOn64bits
Version 1 (David RENÉ, 12/10/2017 03:24 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> |