在 Ubuntu 22.04 上安装 WIneHQ,如何摆脱这种依赖地狱?

在 Ubuntu 22.04 上安装 WIneHQ,如何摆脱这种依赖地狱?

我正在尝试在 Ubuntu 22.04.1 上安装 WineHQ。我按照 winehq.org 上的说明进行操作,但当我尝试运行时:

sudo apt install --install-recommends winehq-stable
The following packages have unmet dependencies:
 winehq-stable : Depends: wine-stable (= 8.0.2~jammy-1)

现在,当我尝试安装 wine-stable 时:

The following packages have unmet dependencies:
 apt : Depends: libapt-pkg6.0 (>= 2.4.10) but it is not going to be installed
       Depends: libsystemd0 but it is not installable
 bsdutils : PreDepends: libsystemd0 but it is not installable
 init : PreDepends: systemd-sysv
 libasound2-plugins : Depends: libpulse0 (>= 0.99.1-1~) but it is not installable
 libcurl3-gnutls : Depends: libldap-2.5-0 (>= 2.5.4) but it is not installable
 libcurl4 : Depends: libldap-2.5-0 (>= 2.5.4) but it is not installable
 libdbus-1-3 : Depends: libsystemd0 but it is not installable
               Recommends: dbus
 libgphoto2-port12 : Depends: libusb-1.0-0 (>= 2:1.0.8) but it is not installable
 libgstreamer1.0-0 : Depends: libunwind8 but it is not installable
 libsane1 : Depends: libsnmp40 (>= 5.9.1+dfsg) but it is not installable
            Depends: libusb-1.0-0 (>= 2:1.0.22) but it is not installable
            Recommends: sane-utils (>= 1.1.1-5)
            Recommends: ipp-usb but it is not going to be installed
 shim-signed : Depends: grub-efi-amd64-signed (>= 1.187.2~) but it is not going to be installed or
                        grub-efi-arm64-signed (>= 1.187.2~) but it is not installable
               Depends: grub2-common (>= 2.04-1ubuntu24)
 util-linux : PreDepends: libsystemd0 but it is not installable
              PreDepends: libudev1 (>= 183) but it is not installable
 wine-stable-amd64 : Depends: libpulse0 (>= 0.99.1) but it is not installable
                     Depends: libudev1 (>= 183) but it is not installable
                     Depends: libunwind8 but it is not installable
                     Depends: libusb-1.0-0 (>= 2:1.0.21) but it is not installable
                     Recommends: libosmesa6 but it is not installable
                     Recommends: libsdl2-2.0-0 but it is not going to be installed

当我尝试安装 libpulse=1:15.99.1+dfsg1-1ubuntu1 时,它想要卸载我的桌面:

The following packages will be REMOVED:
  chrome-gnome-shell gdm3 gnome-control-center gnome-initial-setup gnome-remote-desktop
  gnome-settings-daemon gnome-shell gnome-shell-extension-appindicator
  gnome-shell-extension-desktop-icons-ng gnome-shell-extension-ubuntu-dock gnome-tweaks
  libcanberra-pulse libpulse-mainloop-glib0 libpulsedsp pulseaudio pulseaudio-module-bluetooth
  pulseaudio-utils ubuntu-desktop ubuntu-desktop-minimal ubuntu-session

我尝试使用 aptitude 安装它,但没有成功。我真的想只使用 Linux,但如果我无法运行 Windows 程序,我将被迫双启动它 :/

相关内容