How to run .exe file in Linux [Ubuntu]

·

1 min read

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_name>.exe
    

That's it now it will run your .exe file in ubuntu.