Issue
I am currently running installing Watson Studio Local on RHEL 7.6 (on Power architecture). This is the first time I've done this, so I followed the instruction href="https://www.ibm.com/support/knowledgecenter/SSHGWL_1.2.3/local/install.html" rel="nofollow noreferrer">here.
After I've downloaded the tar file, I unpacked the file and for a file with the following name DSXL-Installer-Power.ppc64le.324
. Honestly, this is the first time I've encountered a file with an extension of '.324'.
I'm not sure on how exactly to run the installation. I've tried to run it like a .sh
file by doing ./DSXL-Installer-Power.ppc64le.324
, but it says 'permission denied'. Then I tried adding 'sudo' at the start, but it says 'command not found'.
I was wondering if anybody could point out what I was missing? Thanks in advance
Solution
The suggestion from Romeo Ninov in the comment was almost correct.
Just make sure to use a+x
instead of +x
when using chmod
.
Answered By - Imperator123 Answer Checked By - Terry (WPSolving Volunteer)