I am trying to run a file name c2p.i686
. This is an executable file, but I don't know how to execute this file.
Asked
Active
Viewed 97 times
0
-
Perhaps this may help: https://askubuntu.com/questions/854531/run-an-executable-file – guttermonk Oct 21 '20 at 16:55
1 Answers
0
If it an exe, and it is for your architecture (i686), a simple chmod +x [file]
in terminal and then ./[file]
will execute the file.

Vasilisa
- 579
- 2
- 15