我已经安装了wine64,没有问题,但无法安装wine32。我已经尝试了正常sudo apt install wine32
和sudo apt install -t jammy-backports wine32
,并且都导致以下错误消息:
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: adduser but it is not going to be installed
coreutils : PreDepends: libselinux1 (>= 3.1~) but it is not going to be installed
dpkg : PreDepends: libselinux1 (>= 3.1~) but it is not going to be installed
findutils : PreDepends: libselinux1 (>= 3.1~) but it is not going to be installed
grep : PreDepends: libpcre3 but it is not installable
init : PreDepends: systemd-sysv
login : PreDepends: libpam-runtime but it is not going to be installed
PreDepends: libpam-modules but it is not going to be installed
sed : PreDepends: libselinux1 (>= 3.1~) 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)
tar : PreDepends: libselinux1 (>= 3.1~) but it is not going to be installed
util-linux : PreDepends: libmount1 (>= 2.37.2) but it is not going to be installed
PreDepends: libselinux1 (>= 3.1~) but it is not going to be installed
dpkg -l | egrep "adduser|libselinux1|libpcre3|systemd-sysv|libpam-runtime|libpam-modules|grub-efi-amd64-signed|libmount1"
结果如下:
ii adduser 3.118ubuntu5 all add and remove users and groups
ii grub-efi-amd64-signed 1.187.3~22.04.1+2.06-2ubuntu14.1 amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 version, signed)
ii libmount1:amd64 2.37.2-4ubuntu3 amd64 device mounting library
ii libpam-modules:amd64 1.4.0-11ubuntu2.3 amd64 Pluggable Authentication Modules for PAM
ii libpam-modules-bin 1.4.0-11ubuntu2.3 amd64 Pluggable Authentication Modules for PAM - helper binaries
ii libpam-runtime 1.4.0-11ubuntu2.3 all Runtime support for the PAM library
ii libpcre3:amd64 2:8.45-1+ubuntu20.04.1+deb.sury.org+1 amd64 Perl 5 Compatible Regular Expression Library - runtime files
ii libpcre3-dev:amd64 2:8.45-1+ubuntu20.04.1+deb.sury.org+1 amd64 Perl 5 Compatible Regular Expression Library - development files
ii libpcre32-3:amd64 2:8.45-1+ubuntu20.04.1+deb.sury.org+1 amd64 Perl 5 Compatible Regular Expression Library - 32 bit runtime files
ii libselinux1:amd64 3.3-1build2 amd64 SELinux runtime shared libraries
ii libselinux1-dev:amd64 3.3-1build2 amd64 SELinux development headers
ii systemd-sysv 249.11-0ubuntu3.9 amd64 system and service manager - SysV links
这个“未满足的依赖项”错误仅在尝试安装 wine32 时发生,考虑到所有这些依赖项实际上都已安装,这是没有意义的。我不知道从这里该做什么。
作为上下文,我从 20.04 升级后运行的是 Ubuntu 22.04。