Linux Mint 21 无法安装某些 32 位软件包

Linux Mint 21 无法安装某些 32 位软件包

这是在 Linux Mint 21 安装上运行的结果sudo apt install wine32,在设置中安装 nvidia515 驱动程序并启用 32 位支持 ( sudo dpkg --add-architecture i386)。我在尝试安装许多其他 32 位软件包时也遇到了完全相同的错误。旨在安装 Steam 和 Lutris。你知道我能做什么吗?

user@localhost:~$ sudo apt install wine32
Reading package lists... Done
Building dependency tree... Done
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:
 apt : Depends: libapt-pkg6.0 (>= 2.4.5) but it is not going to be installed
       Depends: libsystemd0 but it is not installable
 bsdutils : PreDepends: libsystemd0 but it is not installable
 dpkg : PreDepends: liblzma5 (>= 5.2.2) but it is not installable
        PreDepends: libzstd1 (>= 1.4.0) but it is not installable
 init : PreDepends: systemd-sysv
 mintsources : Depends: python3-apt but it is not going to be installed
               Depends: python3-gi but it is not going to be installed
               Depends: python3-gi-cairo but it is not going to be installed
               Depends: python3-pycurl but it is not going to be installed
               Depends: python3-requests but it is not going to be installed
               Depends: mint-common (>= 2) but it is not going to be installed
               Depends: gir1.2-gdkpixbuf-2.0 but it is not going to be installed
               Depends: gir1.2-glib-2.0 but it is not going to be installed
               Depends: gir1.2-gtk-3.0 but it is not going to be installed
               Depends: gir1.2-pango-1.0 but it is not going to be installed
               Depends: gir1.2-vte-2.91 but it is not going to be installed
               Depends: gir1.2-xapp-1.0 but it is not going to be installed
               Depends: lsb-release but it is not going to be installed
 shim-signed : Depends: grub-efi-amd64-signed but it is not going to be installed or
                        grub-efi-arm64-signed 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
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

的结果dist-upgrade

user@localhost:~$ sudo apt-get dist-upgrade 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

相关内容