Ask Your Question

Revision history [back]

I guess this question should be asked to Ubuntu packagers.

If no package is available, you can easily build SageMath 8.9 from source: install first the following Ubuntu packages, which are prerequisites for the build: https://wiki.sagemath.org/prerequisitesUbuntu

Then, In a console, do

git clone https://github.com/sagemath/sage.git
cd sage
MAKE="make -j8" make