Little Tommy issue

Have you tried installing the missing libaries?

sudo dpkg --add-architecture i386
sudo apt update
sudo apt upgrade

and maybe after that the probably missing libary:

sudo apt-get install libc6:i386

Greetz