当我试图在ubuntu 13.10 64位上安装一个32位程序时,falis。我的命令如下:
linux32 ./setup.sh产出如下:
The setup program seems to have failed on x86/unknown
Fatal error, no tech support email configured in this setup有没有办法在ubuntu 13.10上安装32位程序?运行以下命令时:
./setup.sh产出如下:
The setup program seems to have failed on amd64/unknown
Fatal error, no tech support email configured in this setup发布于 2014-10-26 15:14:07
试试这个:
sudo apt-get install ia32-libs-multiarchhttps://askubuntu.com/questions/399506
复制相似问题