Kali Linux 4.18.10에 와인을 설치할 수 없습니다.

Kali Linux 4.18.10에 와인을 설치할 수 없습니다.

와인을 설치할 수 없습니다. 나는 들어간다

apt-get install wine32

이 오류가 발생했습니다.

Reading package lists... Done
Building dependency tree
Reading state information... Done
Package wine32 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'wine32' has no installation candidate

Linux 사용자 4.18.0-kali2-amd64 #1 SMP Debian 4.18.10-2kali1 (2018-10-09) x86_64 GNU/Linux

답변1

이 시도:dpkg --add-architecture i386 && apt-get update && apt-get install wine32

관련 정보