如果我想在Ubuntu中运行基于Windows的程序而没有完全的许可证,我会阅读我需要安装葡萄酒。
现在我打字了:
sudo apt-get install wine在阅读完包列表后,消息说
The following packages have unmet dependencies:
wine : Depends: Wine1.6 but it is not going to be installed
E: unable to correct problems, you have held broken packages .我能做什么?
发布于 2017-01-29 12:10:06
万一你的包裹坏了,试试
sudo apt-get install -f
sudo dpkg --configure -a
sudo apt-get clean
sudo apt-get update那就喝点酒吧。
注:如果有特定的理由来模拟具有管理功能的windows应用程序,或者与旧版本的windows兼容(95,98,ME.)在运行葡萄酒之前,您应该键入WINARCH=32 winecfg。
https://askubuntu.com/questions/877517
复制相似问题