Skip to main content

Installing Wine on Kali

 


sudo dpkg --add-architecture i386	
sudo apt-get update
sudo apt-get install wine32 wine64
wine file.exe
Installing Wine Mono 

#this might not work sometimes, so follow the below method
sudo apt-get install mono-complete

go to Wine-mono Index and download wine-mono.msi file

sudo wine uninstaller

hit on the install button on GUI and select the executable to install
WineTricks

sudo apt-get install winetricks

winetricks dotnet45

 


Comments