\\the command I wrote:root@kali:~# apt-get install wine32\\what I got:Reading package lists... DoneBuilding dependency tree Reading state information... DonePackage wine32 is not available, but is referred to by another package.This may mean that the package is missing, has been obsoleted, oris only available from another sourceE: Package 'wine32' has no installation candidateI tried adding to /etc/apt/sources.listdeb http://http.kali.org/kali kali-rolling main contrib non-freedeb-src http://http.kali.org/kali kali-rolling main contrib non-freedeb http://old.kali.org/kali sana main non-free contribdeb http://old.kali.org/kali moto main non-free contrib
then tried again to install and still had the same error(using 'apt-get install wine32')
I also tried using 'dpkg --add-architecture i386 && apt-get update && apt-get install wine32'