Install .run file ubuntu

Assume the file is called some-app.run and is in the folder /home/user/Downloads. You will need to modify these instructions to fit your situation.

    Open a terminal (Applications->Accessories->Terminal).

    enter cd /home/user/Downloads
    enter chmod +x some-app.run

    enter ./some-app.run

    if step 4 fails with a message including 'permission denied', try entering sudo ./some-app.run (you will need to enter your password for this).

Comments