종속성으로 인해 wine32를 설치할 수 없습니다.

종속성으로 인해 wine32를 설치할 수 없습니다.

운영 체제: Parrot Security(Debian 기반)

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:
 libcurl4:i386 : Depends: libldap-2.4-2:i386 (>= 2.4.7) but it is not going to be installed
 libvkd3d1:i386 : Depends: libvulkan1:i386 (>= 1.1.70) but it is not going to be installed
 libwine:i386 : Depends: libldap-2.4-2:i386 (>= 2.4.7) but it is not going to be installed
                Recommends: libgl1:i386 but it is not installable
                Recommends: libglu1-mesa:i386 but it is not installable or
                            libglu1:i386
                Recommends: libsane1:i386 (>= 1.0.27) but it is not installable
                Recommends: libvulkan1:i386 (>= 1.2.131.2) but it is not going to be installed
                Recommends: libgl1-mesa-dri:i386 but it is not installable
E: Unable to correct problems, you have held broken packages.

다른 사람들의 오류를 살펴보니 내 종속성이 다른 사람들과 다른 것 같습니다.

나는 시도했다:

  • apt -f install
  • apt --fix-broken install
  • apt install && apt update
  • aptitude -f install wine32(aptitude 명령이 존재하지 않습니다)
  • dpkg --add-architecture i386

이 문제를 어떻게 해결할 수 있나요?

apt policy libldap-2.4-2:{amd64,i386}산출

libldap-2.4-2:
  Installed: 2.4.59+dfsg-1~bpo11+1
  Candidate: 2.4.59+dfsg-1~bpo11+1
  Version table:
 *** 2.4.59+dfsg-1~bpo11+1 599
        599 deb.parrot.sh/parrot parrot-backports/main amd64 Packages
        100 /var/lib/dpkg/status
     2.4.57+dfsg-3 600
        600 deb.parrot.sh/parrot parrot/main amd64 Packages
libldap-2.4-2:i386:
  Installed: (none)
  Candidate: 2.4.57+dfsg-3
  Version table:
     2.4.59+dfsg-1~bpo11+1 599
        599 deb.parrot.sh/parrot parrot-backports/main i386 Packages
     2.4.57+dfsg-3 600
        600 deb.parrot.sh/parrot parrot/main i386 Packages

답변1

amd64백포트에서 최소한 일부 종속성 버전이 이미 설치되어 있으므로 wine32백포트에서도 설치해야 합니다.

sudo apt install -t parrot-backports wine32

관련 정보