Intel® Graphics Performance Analyzers (Intel® GPA)
Improve your game's performance by quickly specifying problem areas

Ubuntu script return error

Tang__Hao
Beginner
1,241 Views

Hello,

I just downloaded Ubuntu installer. And tried to install by:

sudo sh ./gpa_19.2.343286_release_m64_deb_install.sh

However, it returned the following error:
./gpa_19.2.343286_release_m64_deb_install.sh: 3: ./gpa_19.2.343286_release_m64_deb_install.sh: Syntax error: "(" unexpected

 

Is there a place I can download old release?

Thanks.

0 Kudos
1 Solution
Schulenburg__Bernie
1,241 Views

I got this fixed the following way:

change the execution rights on the file..

sudo chmod +x gpa_19.2.343286_release_m64_deb_install.sh

 

then start installation not via

sudo sh ./gpa_19.2.343286_release_m64_deb_install.sh

but instead via:

sudo ./gpa_19.2.343286_release_m64_deb_install.sh

 

View solution in original post

0 Kudos
6 Replies
Giselle_G_Intel
Employee
1,241 Views

Hello!

Thank you for reaching out with your issue. Are you trying to download another copy of 19.2 or are you attempting to grab release 19.1?

Are you running the script in Ubuntu? What version are you installing on?

0 Kudos
Schulenburg__Bernie
1,241 Views

+1

I have the same issue:

sudo sh ./gpa_19.2.343286_release_m64_deb_install.sh

./gpa_19.2.343286_release_m64_deb_install.sh: 3: ./gpa_19.2.343286_release_m64_deb_install.sh: Syntax error: "(" unexpected

I am running

Description:    Ubuntu 18.04.3 LTS
Release:    18.04
Codename:    bionic
 

 

0 Kudos
Tang__Hao
Beginner
1,241 Views

I am running on:

Distributor ID:	Ubuntu
Description:	Ubuntu 18.04.3 LTS
Release:	18.04
Codename:	bionic

 

0 Kudos
Schulenburg__Bernie
1,242 Views

I got this fixed the following way:

change the execution rights on the file..

sudo chmod +x gpa_19.2.343286_release_m64_deb_install.sh

 

then start installation not via

sudo sh ./gpa_19.2.343286_release_m64_deb_install.sh

but instead via:

sudo ./gpa_19.2.343286_release_m64_deb_install.sh

 

0 Kudos
Giselle_G_Intel
Employee
1,241 Views

Hey Bernie,

Thank you providing the solution that worked for you! Hao, is this something you could try and let us know if it works for you as well?

 

0 Kudos
Tang__Hao
Beginner
1,241 Views

Yes, it worked on my side too.

Thanks everyone.

0 Kudos
Reply