When I install kali 1.0.5 amd64 then I realize WINE is not working at all, I tried to apt-get purge wine and re-install it, but still there is no sign of wine . So here the process which make WINE worked under amd64 kali linux.
This command works under other Linux as well.
Please note their no WINE icon under Application>system. After following below setups you can see WINE configuration ICON and run windows program.
root@kali:~# dpkg --add-architecture i386
root@kali:~# apt-get update
root@kali:~# root@kali:~# apt-get install wine-bin:i386
####output####
Need to get 77.6 MB of archives.
After this operation, 233 MB of additional disk space will be used.
Do you want to continue [Y/n]? yes
####output omitted#####
Wait for packages to install.
Now you can run windows program.
Comments
Post a Comment