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