apt-get install wine
完成的安装,但是执行32位的windows程序的时候,会出错,错误提示里有步骤
大概是:
dpkg --add-architecture i386
apt-get update
apt-get install wine-bin:i386
但是第一个命令就会出错,提示没有后面那个选项,这时候可以尝试更新dpkg这个软件。
apt-get install dpkg
apt-get install wine完成的安装,但是执行32位的windows程序的时候,会出错,错误提示里有步骤大概是:dpkg --add-architecture i386apt-get updateapt-get install wine-bin:i386但是第一个命令就会出错,提示没有后面那个选项,这时候可以尝试更新dpkg这个软件。apt-g...
apt-get install wine
完成的安装,但是执行32位的windows程序的时候,会出错,错误提示里有步骤
大概是:
dpkg --add-architecture i386
apt-get update
apt-get install wine-bin:i386
但是第一个命令就会出错,提示没有后面那个选项,这时候可以尝试更新dpkg这个软件。
apt-get install dpkg
来看看了呢~