Ask Your Question

WyattW's profile - activity

2023-08-18 05:41:29 +0200 received badge  Famous Question (source)
2022-11-20 20:22:05 +0200 received badge  Notable Question (source)
2022-11-20 20:22:05 +0200 received badge  Popular Question (source)
2022-01-21 20:35:30 +0200 marked best answer Sagemath installation with apt package manager installs outdated version

Hi all,

I'm attempting to install the latest version of sagemath, v9.4, with the recommended method of my linux distro's package manager. I'm running Ubuntu 20.04 through WSL2. I run the command

sudo apt install sagemath sagemath-jupyter sagemath-doc-en

and wait for installation to complete. After installation, I launch sage and observe the reported version

~ $ sage
┌────────────────────────────────────────────────────────────────────┐
│ SageMath version 9.0, Release Date: 2020-01-01                     │
│ Using Python 3.8.10. Type "help()" for help.                       │
└────────────────────────────────────────────────────────────────────┘
sage:

and notice that it is version 9.0. This was after running

sudo apt update
sudo apt upgrade

so I believe my packages lists are up to date. Launching a Sage kernel in Jupyter reports the same version. This same behavior is observed on my other machine which runs the newest version of Linux Mint. Since pre-built binaries aren't available anymore, how can I get the latest version of Sage without needing to spend the time and effort installing from binaries?

Thank you for any insight you all might be able to provide :) I'm still very much an amateur with Linux and Sage and am still learning lots.

2022-01-21 20:35:30 +0200 received badge  Scholar (source)
2022-01-21 20:35:22 +0200 received badge  Supporter (source)
2022-01-21 14:05:41 +0200 received badge  Nice Question (source)
2022-01-21 10:07:18 +0200 received badge  Student (source)
2022-01-21 10:05:25 +0200 asked a question Sagemath installation with apt package manager installs outdated version

Sagemath installation with apt package manager installs outdated version Hi all, I'm attempting to install the latest v