我想在 Ubuntu 上安装 Adobe Master Collection CS6。我已经安装了 Wine。(最新版本。我已经完成了:
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.7 winetricks
winetricks atmlib gdiplus msxml3 msxml6 vcrun2005 vcrun2005sp1 vcrun2008 ie6 fontsmooth-rgb gecko
cd /home/user/path/to/installer
wine Set-up.exe
)
然后我总是收到这个错误信息:
Installation Failed
Your installation encounter Errors
**Installer failed to initialize. This Could be due to a missing file.**
More troubleshooting tips:
1. Restart your computer:
2. Exit all application including startup items, virus checking and firewall software.
3. launch the installer and reinstall your application.
我试图在 ubuntu 上停止防火墙软件(我自己没有安装任何东西..我只是寻找已经安装好的软件。我已经完成了:
$ sudo ufw disable
并重启了我的电脑
但仍然出现错误消息。
如何解决?
答案1
嗯,我确实认为 Adobe 的东西(比如 photoshop)与 Wine 配合使用时名声不好。iTunes 也是如此。与 Wine 配合使用的最新兼容 iTunes 版本是 8.8!最新版本是 12.1.1 版!我建议尝试使用 Master Collection 的早期版本,如果不行,请尝试寻找具有同样功能的替代程序。此外,尝试从 Ubuntu 软件中心安装 Wine(删除刚刚安装的软件中心),而不是从可能过时的 PPA 安装。哦,还可以尝试 PlayOnLinux。