需要加32位适配:
方法1:
sudo apt-get install lib32stdc++6
sudo apt-get install lib32z1
方法2: 参考 https://www.cnblogs.com/mliudong/p/4086797.html
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386
sudo apt-get install lib32ncurses5 lib32ncurses5-dev
sudo apt-get install lib32z1