Find the answer to your Linux question:
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....
  1. #1
    Just 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.

  2. #2
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    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

  3. #3
    Just 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

  4. #4
    Linux Newbie
    Join Date
    Jul 2005
    Location
    classified
    Posts
    246
    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
    What's not to get?

    % chmod +x FAH5-Linux.exe
    % ./FAH5-Linux.exe

  5. #5
    Just Joined!
    Join Date
    May 2005
    Posts
    23
    "chmod: too few arguments"

  6. #6
    Linux Enthusiast carlosponti's Avatar
    Join Date
    Dec 2004
    Location
    Oklahoma
    Posts
    560
    it should just have the two arguments

    will look like this in the command prompt:
    Code:
    [user@localhost folder] chmod +x FAH5-Linux.exe
    [user@localhost folder] ./FAH5-Linux.exe
    Blog
    Registered Linux user 396557

  7. #7
    Linux User mactabilis's Avatar
    Join Date
    Apr 2005
    Location
    moon
    Posts
    379

    fc4

    You can try wine to open exe, www.winehq.org/site/download-rh

    IT may work

  8. #8
    Just 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?

  9. #9
    Linux Engineer rcgreen's Avatar
    Join Date
    May 2006
    Location
    the hills
    Posts
    1,114
    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.

  10. #10
    Linux User fernape's Avatar
    Join Date
    Dec 2005
    Location
    Holland
    Posts
    301
    Yes, it is a Linux Executable:

    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
    If you type:

    Code:
    chmod 700 FAH504-Linux.exe
    and then exec the file with ./FAH504-Linux.exe it should work.
    If not, please copy-paste the error.

    Best Regards

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...