It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Ok, I bough them and downloaded them.
They are .sh files. How do I run/install them.


Ok, Found the solution.

1)First of all, download the file that you are going to execute e.g. "name_of_file.sh" and save it in your Desktop

2)Secondly open the Terminal from Menu  Accessories  Terminal

3)Now type cd ~/Desktop (With this command we change the default directory "/" to "/Desktop")

4)Then type chmod +x name_of_file.sh to make your file executable.

5)Then type sh ./name_of_file.sh to execute the file.

6)After that continue as usual.

Seems to work. I HATE mucking around in terminal..
Post edited November 11, 2015 by texashuman
No posts in this topic were marked as the solution yet. If you can help, add your reply
avatar
texashuman: They are .sh files. How do I run/install them.
I cannot run the .sh installer or start.sh file, help!
avatar
texashuman: Ok, I bough them and downloaded them.
They are .sh files. How do I run/install them.
There is a much easier way to do that on mint. Right click the file and on permissions check the "run as executable" box. (or something like that I am not on linux now.) Then you can run the file just by double clicking.