在阅读了有关此特定问题的每个论坛/问题后,我已筋疲力尽,无法尝试在系统上安装 Wine。通常我可以通过阅读指南和答案来解决问题,但这个问题让我束手无策。
输入以下命令后(按照此处的说明https://wiki.winehq.org/Ubuntu)
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo mv winehq.key /usr/share/keyrings/winehq-archive.key
wget -nc https://dl.winehq.org/wine-builds/ubuntu/dists/focal/winehq-focal.sources
sudo mv winehq-focal.sources /etc/apt/sources.list.d/
sudo apt update
sudo apt install --install-recommends winehq-staging
我总是遇到以下错误:
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:
winehq-staging : Depends: wine-staging (= 7.6~focal-1)
E: Unable to correct problems, you have held broken packages.
如果这有用,我将包含一个 neofetch 输出:
OS: Ubuntu 20.04.4 LTS x86_64
Host: UX430UNR 1.0
Kernel: 5.13.0-39-generic
Uptime: 48 mins
Packages: 2018 (dpkg)
Shell: bash 5.0.17
Resolution: 1920x1080, 1920x1080
DE: Plasma
WM: KWin
WM Theme: Breeze
Theme: Breeze Dark [Plasma], Breeze [GTK2/3]
Icons: breeze-dark [Plasma], breeze-dark [GTK2/3]
Terminal: konsole
Terminal Font: Hack 11
CPU: Intel i7-8550U (8) @ 4.000GHz
GPU: NVIDIA GeForce MX150
GPU: Intel UHD Graphics 620
Memory: 2931MiB / 15862MiB
提前感谢您的时间和建议。我期待您的回复!
诺林德