How to run .exe file in Linux [Ubuntu]
Follow these few simple steps :
Step 1:
Download your .exe file
Step 2:
Open your Terminal and go to the path where you have downloaded your .exe file
Run the below command in your terminal:
Step 3
sudo apt-get install wine
Step 4
wine <file...
shankar-malik.hashnode.dev1 min read