redhatwatson-studio

How to run a file with a .324 extension in RHEL?


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 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.