How would someone get a .exe file on Ubuntu to run? Because my wine just isn't working. Can you run a .exe file through terminal or not? I have just tried double clicking it but wine doesn't seem to like to run with my geometry dash.exe file.
- 2,843
- 11
2 Answers
How would someone get a .exe file on ubuntu to run?
You don't.
WINE is a compatibility layer that enables to mimic Windows in a separate environment. Your question should be "How would someone get a .exe file in WINE to run?" and that answer is impossible to provide by us: there is no 1 way to run an .exe in WINE that works for all .exe files that are out there.
Specific to GeometryDash.exe.
- WineHQ only has a gold rating for 14.04.
- And there is a page dedicated to getting it run.
That will be all you have to go on.
If you need to run Windows executable I myself would install Windows either as a dual boot or inside a virtual container.
- 309,379
You really can't run a Windows .exe file in Ubuntu... however...
Wine is a poor Windows compatibility layer, and although it works for some games/etc, it really isn't very good, and should probably be uninstalled, unless you have apps that do work with it.
The solution is to install VirtualBox. Install the Windows OS of your choice into a Virtualbox VM (virtual machine). Copy the .exe into your Windows VM desktop, or setup Shared Folders, to run your .exe.
- 73,649