I wanted to install Salome 9.12.0 on Ubuntu 24.04.
As Ubuntu 24 is not still supported, I downloaded the Universal Linux version.
I checked the system requirements and successfully installed missing ones except the libncurses5.
It seems it is not available for Ubuntu 24.04.
Any advice ?
Regards.
PS: There is a libncurses6 already installed in Ubuntu 24 so I tried to launch Salome. It seems it does not work as the GUI starts for some seconds then close.
Ubuntu 24.04 is not yet supported (work in progress - if you have any patches you would like to share we welcome them though ) - In the meanwhile, you can try to use the universal binary which hopefully fits your needs
Note that if you’re running wayland, you might experience display issue - search for thread about wayland which explains how to switch to x11.
Thanks for your reply.
My problem is with the universal binary indeed.
When I launch Salome, the GUI starts then close.
I did not get any error message.
How can I know if the problem is with the libncurses5 or something else ?
Thanks for the answer jmiranda.
Python 3.12.3 is installed. It is a brand new Ubuntu 24 instalation. Maybe sat can’t find it.
~$ python3
Python 3.12.3 (main, Apr 10 2024, 05:33:47) [GCC 13.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
It worked, but I still got error messages. This time probably due to some Library that changed from some previous Python versions to Python 3.12, according this thread.
ModuleNotFoundError: No module named 'imp'
So, better wait, although the Ubuntu versions of SALOME never worked on my Ubuntu’s . I always have to use the Linux Universal.