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!
Asked
Active
Viewed 314 times
1 Answers
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