컴퓨터에 와인을 설치하는 방법

컴퓨터에 와인을 설치하는 방법

컴퓨터에 와인을 설치해야 하는데 와인을 설치할 수 없습니다 :(

root@RMX:~# dpkg --add-architecture i386 

root@RMX:~# apt-get update 

Hit http://ftp.debian.org unstable Release.gpg Ign http://packagecloud.io any Release.gpg

Ign http://old.kali.org moto/non-free Translation-en_US
Ign http://old.kali.org moto/non-free Translation-en
Fetched 37.2 MB in 6min 11s (100 kB/s)
W: There is no public key available for the following key IDs: 7638D0442B90D010 
W: There is no public key available for the following key IDs: 7638D0442B90D010 
W: GPG error: http://http.kali.org kali-bleeding-edge 
Release: The following signatures were invalid: 
        KEYEXPIRED 1425567400 
        KEYEXPIRED 1425567400 
        KEYEXPIRED 1425567400 
W: There is no public key available for the following key IDs: 7638D0442B90D010 
W: GPG error: http://http.kali.org kali-rolling Release: The following signatures were invalid: 
        KEYEXPIRED 1425567400 
        KEYEXPIRED 1425567400 
        KEYEXPIRED 1425567400 
W: Failed to fetch http://packagecloud.io/AtomEditor/atom/any/dists/any/main/binary-amd64/Packages 
301 Moved Permanently [IP: 50.97.198.58 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.

root@RMX:~# apt-get install wine-bin:i386

Reading package lists... Done Building dependency tree
Reading state information... Done You might want to run 'apt-get -f install' to correct these: 
The following packages have unmet dependencies: 
   playonlinux : Depends: icoutils 
   tuxcut : Depends: arptables but it is not going to be installed 
            Depends: wondershaper but it is not going to be installed 
   wine-bin:i386 : 
            Depends: wine32:i386 (>= 1.6.2-20) but it is not going to be installed 
            PreDepends: dpkg:i386 (>= 1.17.5) 
   wine64-bin : 
            Conflicts: wine-bin:i386 but 1.6.2-20 is to be installed
W: Ignoring Provides line with DepCompareOp for package apt-transport-https
W: Ignoring Provides line with DepCompareOp for package libapt-inst

답변1

root@RMX:~# wine

데비안/와인: 다중 아키텍처 지침

이것은 wine64-bin와인 자체를 제공하지는 않지만 단순히 32비트 와인 패키지를 설치하고 실행할 수 있도록 시스템에서 다중 아키텍처를 활성화하는 방법에 대한 다음 정보를 제공하는 도우미 패키지입니다.

다중 아키텍처를 활성화하려면 다음 명령을 루트 또는 통해 실행해야 합니다 sudo(마지막 명령은 32비트 와인을 설치합니다).

# dpkg --add-architecture i386
# apt-get update
# apt-get install wine-bin:i386

위의 공간은 중요하므로 주의하세요. 이 과정에서 이 패키지( wine64-bin)가 제거됩니다. 다중 아키텍처 변환에 대한 자세한 내용은 다음을 참조하세요.http://wiki.debian.org/Multiarch/HOWTO

관련 정보