Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how i can install a linux application with an exe extension

Status
Not open for further replies.

binu G

Advanced Member level 2
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
 

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

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

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

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://

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
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top