-1

I am somewhat annoyed by the fact that most programs/games/everything else seems to be Windows only (.exe). Is there something that allows Ubuntu to support/run .exe files? Thanks!

kyle_hamblett
  • 484
  • 3
  • 13
  • 28

1 Answers1

5

There is a very good project called WINE. You could try that by typing

sudo apt-get install wine

It will automatically associate .exe files to be opened by WINE.

See: http://appdb.winehq.org/ for supported apps and games.

wakeup
  • 955