In Ubuntu 20.04, when I type:
sudo apt-get install sagemath sagemath-jupyter sagemath-doc-en
I get:
Package sagemath is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source.
E: Package 'sagemath' has no installation candidate
E: Unable to locate package sagemath-jupyter
E: Unable to locate package sagemath-doc-en''
It appears the PPA is no longer maintained. Am I forced to go through the hassle of getting the binary and then all its dependencies or am I missing something obvious? I feel dumb.
After adding the universe repository and trying to install again I get:
E: Package 'sagemath' has no installation candidate
After adding the universe repository and trying to install again I get:
E: Package 'sagemath' has no installation candidate
sagemath
is in the repo → Please enable the universe repo. .... https://packages.ubuntu.com/focal/sagemath – Knud Larsen May 10 '21 at 19:02sudo apt update
.sagemath
is already available from the official repo. – Archisman Panigrahi May 10 '21 at 19:40apt-cache policy sagemath
in your question (use the [edit] feature to edit your question). – Random Person May 24 '21 at 12:09