LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-28-2011, 08:56 AM   #1
somesh.singh006
LQ Newbie
 
Registered: Feb 2011
Posts: 1

Rep: Reputation: 0
how to run exe files?


can anybody tell how to run exe file in ubuntu 10.04.but pls not using wine.help me with entire description of running with the commands at the terminal.
 
Old 02-28-2011, 08:59 AM   #2
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hello and Welcome to LinuxQuestions,

Well, that's going to be a bit difficult since you CANNOT run exe files natively in Linux. Exe files are for Windows and have no place or meaning in Linux. The only ways you can run them is through an emulator like Wine, CrossOver (built on Wine) or other emulation software or running them in a virtual machine in which you installed Windows.

Kind regards,

Eric
 
Old 02-28-2011, 09:51 AM   #3
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,672

Rep: Reputation: 486Reputation: 486Reputation: 486Reputation: 486Reputation: 486
What is the .exe file you want to run under Linux? What does it do? There may be a Linux alternative which would suit if you no longer want to use Windows. If you MUST run .exe files without an emulator..., as EricTRA above, you're stuck with Windows.

Play Bonny!
 
Old 02-28-2011, 09:54 AM   #4
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
WINE is an acronym for Wine Is Not an Emulator. This also applies to derivatives of WINE such as Crossover Office, Play On Linux, Cedega, etc.

So please stop referring to WINE as an emulator.
 
Old 02-28-2011, 10:07 AM   #5
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Quote:
Originally Posted by stress_junkie View Post
WINE is an acronym for Wine Is Not an Emulator. This also applies to derivatives of WINE such as Crossover Office, Play On Linux, Cedega, etc.

So please stop referring to WINE as an emulator.
I can say that I'm not a 35 year old man, that doesn't mean I'm not 35 year old man. Wine can claim not to be an emulator. That doesn't mean it's not an emulator.

Even the wine FAQ admits doesn't go so far as to say that wine is not an emulator:

http://wiki.winehq.org/FAQ#head-c9e6...4594757a6738e3

The suggestion that "Wine is not just an emulator" would imply that wine is, at least in part, an emulator.

Adam
 
Old 02-28-2011, 10:13 AM   #6
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Quote:
Originally Posted by stress_junkie View Post
WINE is an acronym for Wine Is Not an Emulator. This also applies to derivatives of WINE such as Crossover Office, Play On Linux, Cedega, etc.

So please stop referring to WINE as an emulator.
Hi,

In my personal opinion:
If it walks like a duck and quacks like a duck, then it most likely is a duck. Get your things straight. It's not because an acronym (which is just a way of giving a duck a name) says it's no emulator then that doesn't mean at all that it's not.

Kind regards,

Eric
 
Old 02-28-2011, 10:34 AM   #7
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,672

Rep: Reputation: 486Reputation: 486Reputation: 486Reputation: 486Reputation: 486
Quote:
WINE is an acronym for Wine Is Not an Emulator.
OK Guys, sorry I used the wrong word. Perhaps I should have said that Wine is a software layer which resides between Linux and the Windows program/application and allows any Windows system calls to be caught and handled under Linux.

Or maybe not...

Play Bonny and nae fechtin'!!
 
Old 02-28-2011, 10:41 AM   #8
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Rep: Reputation: 210Reputation: 210Reputation: 210
If the exe file is a dos file, then dosemu is very good. If it's a Windows program, then I'm afraid that wine is the best option.

I understand your antipathy toward wine. I found it a bit confusing myself. Sometimes after installing a Windows program with wine, I then was unable to find its executable file to start it. But, once familiar with it, it becomes reasonably easy. In fact, its structure is much the same as with Windows (but because you're not actually running Windows, you don't have the desktop and Start button, which confuses some people, I think). Anyway, if you've installed something, but can't find the program (the exe file), then look in the following directory:
Code:
/home/user/.wine
Note: "user" is your home directory (mine is /home/mark, whereas yours may be /home/someshsingh006). Once in this directory, go to drive_c, then to Program Files (notice that names such as "drive_c" and "Program Files" are almost identical to what you find in an actual Windows computer). For example, if I install the Windows version of dopewars with wine, then, after installing it, I need to find the exe file to run it. So, I go to Program Files within drive_c, find the dopewars directory, open that, and then run the executable. I would find it in:
Code:
/home/mark/.wine/drive_c/Program Files/dopewars-1.5.12/dopewars.exe
Starting from /home/mark/.wine/drive_c, the file could be written as it would in Windows:
Code:
C:\Program Files\dopewars-1.5.12\dopewars.exe
So, once you know where the Program Files are on wine, you can then run them with a file manager (Konqueror or Nautilus or PCManFM or whatever) via double-clicking on them. If you get an error, like "VB40032.dll required to run this program", then simply do a Google search for the missing dll file, download it and add it to /home/user/.wine/drive_c/windows/system32/ directory (or the directory in your wine setup that has all the Windows dll files in it). Then try running the exe file again. If it still won't work, then you may not be able to run the particular exe file in wine.

Last edited by mark_alfred; 02-28-2011 at 10:51 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I want to run .exe files in ubuntu. saurabh2010 Linux - Newbie 2 02-28-2011 08:52 AM
How to run exe files on Linux Mint???? lilchakki Linux Mint 8 03-15-2010 05:09 AM
How can I run .exe files rameshmedisetti Linux - Newbie 6 02-10-2010 04:01 PM
how to run .exe files armorlord Linux - Newbie 3 12-03-2009 02:52 AM
how to run .exe files using wine av.dubey Linux - Newbie 9 01-13-2008 02:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration