wine64는 문제없이 설치했는데 wine32는 설치할 수 없습니다. Normal sudo 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를 실행하고 있습니다.