install an executable file

Asked by HajoHorn

Hi Forum,

trying to install an executable file, my bash comes back with the following message:

-bash: test.i686: command not found

The directory is ok and the 'chmod +x' command was executed to the file 'test.i686'
Can anybody help?

Thanx,

Hajo

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Jim Qode
Solved:
Last query:
Last reply:
Revision history for this message
Best Jim Qode (jimqode) said :
#1

try ./text.i686 in that directory

Revision history for this message
HajoHorn (hajo-horn) said :
#2

Hi,

thanx a lot...now it works.

Hajo