Kali linuxta winrar içerisindeki .exe uzantılı programı nasıl çalıştırabilirim ?
Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
sudo apt install unrar -y
sudo dpkg --add-architecture i386
sudo apt update -y
sudo apt install wine
mkdir -v program
cd program/
unrar e ../arsivin_adi.rar # bir üst dizindeki dosyayı "program" dizinine çıkartır.
wine arsivdeki_exe_dosyasi.exe