64비트 PC에 Wine을 설치하는 동안 패키지 종속성을 해결할 수 없는 오류가 발생했습니다.

64비트 PC에 Wine을 설치하는 동안 패키지 종속성을 해결할 수 없는 오류가 발생했습니다.

Ubuntu 소프트웨어 센터에서 Wine을 설치하려고 할 때마다 항상 위에서 언급한 오류가 발생하며 세부 사항은 다음과 같습니다. 와인 설치를 도와주세요.

다음 패키지에는 충족되지 않은 종속성이 있습니다.

libcheese-gtk23: Depends: cheese-common (= 3.10.2-0ubuntu2) but 3.10.2-0ubuntu2 is to be installed
libcheese7: Depends: libgudev-1.0-0 (>= 146) but 1:204-5ubuntu20.10 is to be installed
        Depends: cheese-common (= 3.10.2-0ubuntu2) but 3.10.2-0ubuntu2 is to be installed
libclutter-1.0-0: Depends: libatk1.0-0 (>= 2.5.3) but 2.10.0-2ubuntu2 is to be installed
              Depends: libc6 (>= 2.14) but 2.19-0ubuntu6.5 is to be installed
              Depends: libfontconfig1 (>= 2.9.0) but 2.11.0-0ubuntu4.1 is to be installed
              Depends: libglib2.0-0 (>= 2.37.3) but 2.40.2-0ubuntu1 is to be installed
              Depends: libgtk-3-0 (>= 3.3.18) but 3.10.8-0ubuntu1.4 is to be installed
              Depends: libpango-1.0-0 (>= 1.30) but 1.36.3-1ubuntu1.1 is to be installed
              Depends: libpangocairo-1.0-0 (>= 1.30) but 1.36.3-1ubuntu1.1 is to be installed
              Depends: libpangoft2-1.0-0 (>= 1.30) but 1.36.3-1ubuntu1.1 is to be installed
              Depends: libx11-6 (>= 2:1.2.99.901) but 2:1.6.2-1ubuntu2 is to be installed
              Depends: libxcomposite1 (>= 1:0.3-1) but 1:0.4.4-1 is to be installed
              Depends: libxdamage1 (>= 1:1.1) but 1:1.1.4-1ubuntu1 is to be installed
              Depends: libxi6 (>= 2:1.2.99.4) but 2:1.7.1.901-1ubuntu1 is to be installed
wine1.6: Depends: wine1.6-amd64 (= 1:1.6.2-0ubuntu4) but 1:1.6.2-0ubuntu4 is to be installed
     Depends: wine1.6-i386 (= 1:1.6.2-0ubuntu4) but it is a virtual package

답변1

시스템에 WINE을 설치하려면 다음 단계를 따르세요.

Ctrl-Alt-T를 사용하여 터미널을 열고 다음 명령을 사용하십시오.

    sudo add-apt-repository ppa:ubuntu-wine/ppa
    sudo apt-get update
    sudo apt-get install wine1.6

wine1.6현재 안정 버전은 어디에 있습니까?

1.7 패키지는 베타 패키지입니다. 이는 주기적으로 회귀 현상이 발생하여 업데이트로 인해 Wine의 기능이 중단될 수 있음을 의미합니다. 안정적인 1.6 Wine 버전이 귀하에게 적합하다면 이러한 베타 패키지를 사용하지 않을 수도 있습니다.

다음 항목에 대한 자세한 정보도 확인할 수 있습니다.

  1. http://www.linux.org/threads/installing-and-configuring-windows-emulator-wine.4368/

  2. https://www.winehq.org/download/ubuntu

관련 정보