I have a couple of software packages I'd like to install, each of which comes with an installation script file (names like "foobar.sh"). No matter what I do, they simply won't run!
I know sometimes (every time?) you have to make the script "executable" with something like "chmod +x scriptname.sh." I did that, but they still won't run. All I get is an error message: "bash: command not found".
I can't run them from the GUI either. Double-clicking does nothing.
What's broken?
I know sometimes (every time?) you have to make the script "executable" with something like "chmod +x scriptname.sh." I did that, but they still won't run. All I get is an error message: "bash: command not found".
I can't run them from the GUI either. Double-clicking does nothing.
What's broken?
Comment