Thomas Herrmann - 2019-02-26

I've tried to install https://launchpad.net/veracrypt/trunk/1.23/+download/veracrypt-1.23-setup.tar.bz2 in x86 and x64 Bit Version, but it couldn't be installed.
Getting the error:

-bash: /usr/bin/veracrypt: cannot execute binary file: Exec format error

Installation stepts:

sudo apt install makeself libwxbase3.0-0v5 libfuse-dev
wget https://launchpad.net/veracrypt/trunk/1.23/+download/veracrypt-1.23-setup.tar.bz2
mkdir veracryptfiles
tar xjvf veracrypt-1.23-setup.tar.bz2 -C veracryptfiles
cd veracryptfiles/
chmod +x veracrypt-1.23-setup-console-x86
./veracrypt-1.23-setup-console-x86

ls -l /usr/bin/veracrypt

-rwxr-xr-x 1 root root 2982820 Sep 12 20:54 /usr/bin/veracrypt

file /usr/bin/veracrypt

/usr/bin/veracrypt: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=f8f26cf83f94597edd8f6ee1623c52f582b4bff7, stripped

ldd /usr/bin/veracrypt

not a dynamic executable

uname -a

Linux raspberrypi 4.14.98-v7+ #1200 SMP Tue Feb 12 20:27:48 GMT 2019 armv7l GNU/Linux

sha256sum /usr/bin/veracrypt

6e8b7a568ea95079448de92f3e5fb0d76b460614ebfc64629898089bdef0b765 /usr/bin/veracrypt

lscpu

Architecture: armv7l
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 1
Model: 4
Model name: ARMv7 Processor rev 4 (v7l)
CPU max MHz: 1200.0000
CPU min MHz: 600.0000
BogoMIPS: 38.40
Flags: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32

lsb_release -a

No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 9.8 (stretch)
Release: 9.8
Codename: stretch

Because of that I installed now the old version of 1.21 o_O