1. 程式人生 > >ubuntu安裝wine1.6依賴錯誤

ubuntu安裝wine1.6依賴錯誤

Add apt-repository using

程式碼:sudo add-apt-repository ppa:ubuntu-wine/ppa

Install Wine 1.6 from repository:

程式碼:sudo apt-get update && sudo apt-get install wine1.6


不行的話,先刪除所有與wine相關的軟體,額,或許是這麼說的吧。

Uninstall all previous wine package using

程式碼:sudo apt-get remove [all packages installed and starting with wine]
Add apt-repository using

程式碼:
sudo add-apt-repository ppa:ubuntu-wine/ppa
Install Wine 1.6 from repository:

程式碼:sudo apt-get update && sudo apt-get install wine1.6




另外,如果打算使用wine安裝某些windows的軟體的話,建議直接使用命令列下載某些dll和字型啥的,因為這些非常大,如果直接使用wine的圖形介面安裝(或者說下載),應該看不到下載進度(或許吧),以及各種問題。命令列介面就好看多了