Differences between revisions 32 and 33
Revision 32 as of 2022-04-28 19:04:21
Size: 1601
Editor: mkoeppe
Comment: remove bittorrent section, redundant after https://github.com/sagemath/website/pull/239#issuecomment-1111945583
Revision 33 as of 2024-08-17 20:11:43
Size: 533
Editor: mkoeppe
Comment: Replace outdated links/material
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Not sure what [[http://www.sagemath.org/download.html|to download]]? See the [[https://02dc12e7f56de4edc34c6532a8c465979c658c1f--sagemath-tobias.netlify.app/installation/index.html|installation guide]].  1. See the [[https://doc.sagemath.org/html/en/installation/index.html|Installation Guide]].
Line 5: Line 5:
== Troubleshooting ==

 1. If no binary version is available for your system, download the source version. Note that Sage compiles on a wide variety of systems, but does not compile on ''every'' system.

 1. If you are not sure how to unpack the compressed file or its ending looks different:
   * {{{*.tar.gz}}} or {{{*.tgz}}}: Use {{{tar xzf *.tar.gz}}}
   * {{{*.tar.bzip2}}} or {{{*.tar.bz2}}}: Use {{{tar xjf *.tar.bzip2}}}
   * {{{*.app.dmg}}} or {{{*.dmg}}}: This is a Mac disk image, and you can just double-click it.
   * {{{*.tar.lzma}}}: Use {{{tar --lzma -xf *.tar.lzma}}}
     * No {{{lzma}}}? Perhaps you have {{{xz}}}, that is compatible with {{{lzma}}}. There might also be {{{-J}}} in {{{tar -xJf *.tar.lzma}}} or you need to install an lzma or xz-utils package.
   * If the file ending is different, the Linux command {{{file}}} gives you information about the archive type. (Type {{{file filename.ext}}} at the command prompt.)

 1. The [[https://wiki.sagemath.org/ReleaseTours|Release tour]] corresponding to the Sage version that you wish to install may offer '''version-specific installation help''' that has become available after the release was made and is therefore not covered by the installation manual.
 2. The [[Release Notes|https://github.com/sagemath/sage/releases]] corresponding to the Sage version that you wish to install may offer '''version-specific installation help''' that has become available after the release was made and is therefore not covered by the Installation Guide.

Quick Download and Installation Guide

  1. See the Installation Guide.

  2. The https://github.com/sagemath/sage/releases corresponding to the Sage version that you wish to install may offer version-specific installation help that has become available after the release was made and is therefore not covered by the Installation Guide.

  3. Ask for help on the sage-support mailing list.

DownloadAndInstallationGuide (last edited 2024-08-17 20:12:00 by mkoeppe)