Thursday, February 4, 2010

How to run a software with *.sh or *.run extension

Open a shell and go to the folder where the executable aplication is then type:

1. sudo  sh soft_name.sh
or like this
2. sudo ./soft_name.sh

For a software with *.run extension is done the same.

No comments:

Post a Comment