
我最近使 Ubuntu 12.0.4 可透過我的快閃磁碟機啟動。我以前曾經這樣做過,並且在以前的閃存驅動器上沒有出現任何問題;當時我遇到的唯一問題是空間不足,現在我重新格式化了閃存驅動器以提供更多空間。我嘗試安裝的程式是 Wine 1.7,給的說明這裡這次不為我工作。當我嘗試透過終端安裝它時,我每次都會收到此訊息:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
wine1.7 : Depends: wine1.7-amd64 (= 1:1.7.12-0ubuntu1) but it is not going to be installed
Depends: wine1.7-i386 (= 1:1.7.12-0ubuntu1)
Recommends: fonts-droid but it is not installable
Recommends: ttf-mscorefonts-installer but it is not installable
Recommends: fonts-horai-umefont but it is not installable
Recommends: winetricks but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
如果有人知道這意味著什麼,我將不勝感激。
答案1
嘗試從sources.list中刪除wine repo,更新sources.list(sudo apt-get update),如果需要,將最新的repo資訊新增到清單中,然後再次更新清單。
現在嘗試安裝 wine。
答案2
sudo apt-get check 就可以了。您可能還想使用 apt-get autoclean && apt-get autoremove