Qt 6.11 is out! See what's new in the release
blog
Install trouble [Solved]
Installation and Deployment
5
Posts
2
Posters
3.7k
Views
1
Watching
-
I can't install New Qt SDK 1.1 Beta on ubuntu 10.04
i try to install withsudo 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.