Software-Installation

Wine 不想安裝在 KDE neon 上

  • November 12, 2019

我正在使用 KDE neon 並嘗試安裝 Wine。但是,如果我安裝它,我總是會得到:

sudo apt install wine-stable
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) wine-stable:amd64 < none -> 4.0.1~disco @un puN Ib >
Broken wine-stable:amd64 Depends on wine-stable-amd64:amd64 < none | 4.0.1~disco @un uH > (= 4.0.1~disco)
 Considering wine-stable-amd64:amd64 0 as a solution to wine-stable:amd64 9999
   Reinst Failed early because of libc6:amd64
Broken wine-stable:amd64 Depends on wine-stable-i386:amd64 < none @un H > (= 4.0.1~disco)
 Considering wine-stable-i386:i386 0 as a solution to wine-stable:amd64 9999
   Reinst Failed early because of libc6:i386
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:
wine-stable : Depends: wine-stable-amd64 (= 4.0.1~disco) but it is not going to be installed
              Depends: wine-stable-i386 (= 4.0.1~disco)
E: Unable to correct problems, you have held broken packages.

我該如何解決這個問題?我已經嘗試過:https ://forum.kde.org/viewtopic.php?f=309&t=154066 ,但它似乎不起作用。

看起來您正在使用為錯誤版本的 Ubuntu 建構的 wine 包(Disco Dingo,它是 Ubuntu 19.04,而不是 Bionic Beaver,它是 Ubuntu 18.04 和 KDE Neon 所基於的。)嘗試discobionic相關來源中更改.list 條目。

引用自:https://unix.stackexchange.com/questions/530921