I have downloaded the .tar.gz file for SALOME installation. And I have ubuntu. How can I install SALOME?
you dont “install” it you unpack the tar file and then inside that folder you run ./salome in the terminal and it will run salome.
here you have a video doing it.
There’s a readme file containing description what to do. You’ll probably need to install some dependencies and one was missing in repositories in my case. I downloaded that one from debian repositories and installed.
In terminal go to extracted Salome catalog and to sat catalog
chmod +x for sat file
then use command from readme:
./sat environ SALOME-9.11.0-native
then go level up to salome directory
./salome
voila!
cheers