Ask Your Question

Revision history [back]

To install on Ubuntu you have several options, see Sage's Linux download page:

  • install a binary (pick a mirror on the Linux download page and choose the correct binary for your system).

  • use the Ubuntu PPA by team AIMS.

    Ubuntu PPA

    There is also a PPA for Ubuntu available. Install Sage this way:

    apt-add-repository -y ppa:aims/sagemath
    apt-get update
    apt-get install sagemath-upstream-binary
    
  • build from source. For that, download the source tarball from Sage's source download page, expand it, and run make.