Installing SageMath in Ubuntu 24.04

asked 0 years ago

GNK gravatar image

updated 0 years ago

FrédéricC gravatar image

Hi everybody!

Is there a way to install SageMath in Ubuntu 24.04? It appears that the relevant package from the official repos is no longer available due to build issues and I cannot find a workaround...

Preview: (hide)

Comments

either use conda or build from source ; see https://doc.sagemath.org/html/en/inst...

FrédéricC gravatar imageFrédéricC ( 0 years ago )

Thanks for the tip! One note is that instead of the suggested "mamba create -n sage sage python=X" which returned an error (where X is the Python version), I used the command "mamba create -n sage sage". Sage seems to work for now...

GNK gravatar imageGNK ( 0 years ago )

Here are some updated instructions to install SageMath 10.4 in Ubuntu 24.04.

eric_g gravatar imageeric_g ( 0 years ago )