wine64は問題なくインストールしましたが、wine32はインストールできません。 Normalsudo apt install wine32
とNormalを試しましたが、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を実行しています。