我wine1.6
从以下网站下载winehq.org
并执行了以下操作
./configure --enable-win64 --without-freetype
make
make install
现在当我右键单击.exe
>时,open with wine windows program loader
什么也没有发生。wine --version
还说no command wine found
尝试open with
右键单击 exe 会显示以下对话框。
答案1
如果wine --version
返回,wine: command not found
则说明您没有安装它的可能性很高。您可能希望选择安全路径并使用 apt 安装 wine:
sudo apt-get install wine
这将100%确保正确安装 wine。
答案2
dpkg --get-selections | grep wine
如果上述命令的输出显示 wine,则说明您已安装 wine。如果没有,请通过运行安装 wine,
sudo apt-get install wine