Jul 26, 2004 #1 binu G Advanced Member level 2 Joined Jan 9, 2003 Messages 501 Helped 12 Reputation 24 Reaction score 3 Trophy points 1,298 Location Bangalore Activity points 3,776 hi how can i install an application, for linux which have an extension exe. it indicatie it is a binary file how to execute it binu g
hi how can i install an application, for linux which have an extension exe. it indicatie it is a binary file how to execute it binu g
Jul 26, 2004 #2 D davorin Advanced Member level 3 Joined Jun 7, 2003 Messages 901 Helped 11 Reputation 22 Reaction score 4 Trophy points 1,298 Location Switzerland Activity points 7,349 Re: how i can install an file with extension exe in linux re Install some PC emulator like vmware for Linux or wine... Any reason starting a new thread again? You already asked similar things at:
Re: how i can install an file with extension exe in linux re Install some PC emulator like vmware for Linux or wine... Any reason starting a new thread again? You already asked similar things at:
Jul 26, 2004 #3 fiber7 Member level 1 Joined Mar 14, 2002 Messages 32 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,286 Activity points 286 Re: how i can install an file with extension exe in linux re Probably it is an elf file even if it has an "exe" extension. Give it the executability: chmod +x <namefile> Try to run it with : ./<namefile> If it is a linux binary it should run. Instead, if u are trying to run a windows bin, use some windows 'emulator' like WINE,bochs, etc.... Cheers. Fib
Re: how i can install an file with extension exe in linux re Probably it is an elf file even if it has an "exe" extension. Give it the executability: chmod +x <namefile> Try to run it with : ./<namefile> If it is a linux binary it should run. Instead, if u are trying to run a windows bin, use some windows 'emulator' like WINE,bochs, etc.... Cheers. Fib
Jul 26, 2004 #4 D davorin Advanced Member level 3 Joined Jun 7, 2003 Messages 901 Helped 11 Reputation 22 Reaction score 4 Trophy points 1,298 Location Switzerland Activity points 7,349 Re: how i can install an file with extension exe in linux re Simple to find out, just do a: Code: file filename.exe it tells you then what it is (o; like: Code: me@pc:~> file windows.exe windows.exe: MS-DOS executable (EXE), OS/2 or MS Windows or a linux executable: Code: me@pc:~> file `which more` /bin/more: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), stripped
Re: how i can install an file with extension exe in linux re Simple to find out, just do a: Code: file filename.exe it tells you then what it is (o; like: Code: me@pc:~> file windows.exe windows.exe: MS-DOS executable (EXE), OS/2 or MS Windows or a linux executable: Code: me@pc:~> file `which more` /bin/more: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), stripped
Jul 26, 2004 #5 binu G Advanced Member level 2 Joined Jan 9, 2003 Messages 501 Helped 12 Reputation 24 Reaction score 3 Trophy points 1,298 Location Bangalore Activity points 3,776 Re: how i can install an file with extension exe in linux re davorin said: Install some PC emulator like vmware for Linux or wine... Any reason starting a new thread again? You already asked similar things at: h**p:// Click to expand... please dont mistake, i have got a linux program with exe extension. the link u have provide is that different. in that i mean a win based program to install in linux. here iam asking for installing a linux based program having an extension exe. binu g
Re: how i can install an file with extension exe in linux re davorin said: Install some PC emulator like vmware for Linux or wine... Any reason starting a new thread again? You already asked similar things at: h**p:// Click to expand... please dont mistake, i have got a linux program with exe extension. the link u have provide is that different. in that i mean a win based program to install in linux. here iam asking for installing a linux based program having an extension exe. binu g