_sagemath: Downstream package of Sage in distributions#
SageMath is available from various distributions and can be installed by package managers.
This dummy package records the names of the system packages that should be installed to provide a standard installation of SageMath, including documentation and Jupyter.
Downstream Contact#
Type#
optional
Dependencies#
Version Information#
Equivalent System Packages#
arch:
$ sudo pacman -S sagemath sagemath-doc
conda:
$ conda install sage
Debian/Ubuntu:
$ sudo apt-get install sagemath sagemath-doc-en sagemath-jupyter
Fedora/Redhat/CentOS:
$ sudo yum install sagemath
freebsd:
$ sudo pkg install math/sage
homebrew:
$ brew install sage
nix:
$ nix-env --install sage
void:
$ sudo xbps-install sagemath
See https://repology.org/project/sagemath/versions
However, these system packages will not be used for building Sage because spkg-configure.m4 has not been written for this package; see trac ticket #27330