I'm installing simics on ubuntu as my new semester requires (currently using a virtual machine via virtual box, in case this is part of the issue), however I'm extremely new to linux. The install guide provided by intel (https://www.intel.com/content/www/us/en/developer/articles/guide/simics-simulator-installation.html) says this;
Unpack tar file
Open unpacked file, run the package manager by running ispm-gui from the unpacked directory, if that doesn't work, run ispm-gui --no-sandbox
And that's where I hit a stop, despite trying to run ispm-gui, it keeps throwing me an error:
ispm command not found
After digging I tried installing the packages mentioned on How to install Intel Simics from the CLI? only to crash into a similar error.
bash: ./ispm: no such file or directory
I ran this command from within the same folder it was unpacked and from home, the guide does not seem to provide an alternative way of installing. Can't really find much discussion about this so I can only think that I need to install something obvious to preemptively recognize the ispm but I cannot think or find anything about it.