Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I can't install New Qt SDK 1.1 Beta on ubuntu 10.04 i try to install with
sudo sh Qt_SDK_Lin32_offline_v1_1_beta_en.run
but i recive this error message
Qt_SDK_Lin32_offline_v1_1_beta_en.run: 1: Syntax error: "(" unexpected
what is wrong? The file is ok i tested the Checksum.
Try sudo Qt_SDK_Lin32_offline_v1_1_beta_en.run, without sh. Should help.
Sorry i forgot a character
sudo ./Qt_SDK_Lin32_offline_v1_1_beta_en.run
before sets the execute permission for the file owner
chmod u+x Qt_SDK_Lin32_offline_v1_1_beta_en.run
And now it works?
yes.thank you.