I installed the native version Salome 9.15.0 on Ubuntu 24.04. I checked the dependencies and there were 3 missing - libdc1394-25, libxml++2.6-2v5, and libtiff5. I was able to install the first two using apt install but not libtiff5. I got a message “Unable to locate package libtiff5”.
try installing this package: libtiff5-dev.
IMHO, you should use the universal version, since you won’t experience such issues.
Thanks. I switched to the universal version and it worked fine.
1 Like
Yes, the universal version contains everything and does not cause dependency issues.
1 Like