Results 1 to 10 of 10
how do i run an exe file in fedora. I am trying to run the folding console for stanford University but the file will not open....
- 07-27-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 23
opening exe file
how do i run an exe file in fedora. I am trying to run the folding console for stanford University but the file will not open.
- 07-27-2005 #2
Hmmmm..... I don't think you can run exe files in linux. I.e. you can't run programs that have been compiled for windows. Is this what you mean??
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 07-27-2005 #3Just Joined!
- Join Date
- May 2005
- Posts
- 23
http://www.stanford.edu/group/pandeg...ing/linux.html
this is the site that shows how to use it but i don't understand
- 07-27-2005 #4Linux Newbie
- Join Date
- Jul 2005
- Location
- classified
- Posts
- 246
What's not to get?To launch: To use this program, make sure that you can execute it (chmod +x FAH5-Linux.exe) and then run it ./FAH5-Linux.exe
% chmod +x FAH5-Linux.exe
% ./FAH5-Linux.exe
- 07-27-2005 #5Just Joined!
- Join Date
- May 2005
- Posts
- 23
"chmod: too few arguments"
- 07-27-2005 #6
- 07-27-2005 #7
fc4
You can try wine to open exe, www.winehq.org/site/download-rh
IT may work
- 08-25-2006 #8Just Joined!
- Join Date
- Aug 2006
- Posts
- 1
Im having the same problem
Im having the same problem w/ fedora... I tried the latest version of wine, and it still wont open any .exe files. Is there some driver or program I can get that will let me run .exe progams?
- 08-25-2006 #9
Even though the file has an exe extension, it is
apparently a linux executable. So, as has been stated,
if the file permissions are set properly, you should be
able to run it directly. If not, maybe you inadvertently
downloaded the windows version.
- 08-25-2006 #10
Yes, it is a Linux Executable:
If you type:Code:~$ file FAH504-Linux.exe FAH504-Linux.exe: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.0.0, dynamically linked (uses shared libs), stripped
and then exec the file with ./FAH504-Linux.exe it should work.Code:chmod 700 FAH504-Linux.exe
If not, please copy-paste the error.
Best Regards


