Re: [sage-devel] Installing on Linux

2025-01-27 Thread Eric Gourgoulhon
Hi, Le lundi 27 janvier 2025 à 05:56:27 UTC+1, dim...@gmail.com a écrit : we recommend getting sources from GitHub using git. Here are some simplified instructions to install the latest stable version of SageMath (10.5) via git under Ubuntu 24.04: https://sagemanifolds.obspm.fr/install_ubunt

Re: [sage-devel] Installing on Linux

2025-01-26 Thread Dima Pasechnik
by the way, it's not clear what version you downloaded. The URL you posted lists a lot of different ones. we recommend getting sources from GitHub using git. On 26 January 2025 12:07:21 GMT-06:00, Anna wrote: > > >Hi, > >I am not very experienced with installing software and dependencies so

Re: [sage-devel] Installing on Linux

2025-01-26 Thread Dima Pasechnik
Please install gfortran system-wide; something like (I assume you are on a Debian/Ubuntu-like distro, as I gather from the config.log) sudo apt-get install gfortran and try again. In general, please run ./configure, and pay attention to the list of system-wide packages it asks/recommends to be i