这可能是一个愚蠢的问题,但是,有没有办法在 Ubuntu 12.04 上安装 Wine 而不必接受 EULA?
我在 VMwar Workstation 9 的虚拟机中安装了 Ubuntu 12.04。
我想通过以下三个命令安装 Wine:
sudo add-apt-reopsitory ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.4-i386
顺便问一下,选择 正确吗wine1.4-i386
?我简单输入 时就提示了wine
。消息是:
the program 'wine' is currently not installed. You can install it by typing: sudo apt-get install wine1.4-i386"
一切都运行良好,直到我必须点击接受 EULA。出于某种原因,点击<ok>
未被接受,我无法继续。
因此,似乎一个解决方案是,如果可以安装 Wine 而不需要点击<ok>
这可能吗?
任何帮助都值得感激!
答案1
您需要使用 TAB 键将焦点放在 OK 上,然后按回车键。