帮助在 20.04 上安装 Wine 7

帮助在 20.04 上安装 Wine 7
NAME="Ubuntu"
VERSION="20.04.4 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.4 LTS"
VERSION_ID="20.04"

确切地说是 Ubuntu-Studio

我使用的是 20.04 focal-fassa。我按照 WineHQ 的步骤和此处的视频“https://www.youtube.com/watch?v=Dolxkfk-Pc”进行操作。

它说它依赖于 wine-impish 但我已经知道我不能使用那个版本。

我尝试[见下文]删除并从头开始重做步骤,但结果相同:

sudo apt-get --purge remove wine
sudo apt-get update
sudo apt-get autoclean
sudo apt-get clean
sudo apt-get autoremove

有什么办法可以让我忽略这种依赖关系吗? 还有其他安装方法吗? 我是否必须重建我的整个发行版?我的系统被毁了吗?

这是制造商的问题吗?

system         HP Pavilion Laptop

这是 CPU 问题吗?

processor      AMD Ryzen 5 5500U with Radeon Graphics

我应该 rm -rf 并安装 Windows 吗?(我不想使用虚拟机)它是原生的还是崩溃的

我做这件事已经有一年多了。

(我总是以此作为结尾)

$ sudo apt install --install-recommends winehq-stable
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-stable : Depends: wine-stable (= 7.0.0.0~impish-1)
E: Unable to correct problems, you have held broken packages.

相关内容