0

I am trying to install sage but hit problems when I enter "apt-get update" and consequently "apt-get install sagemath-upstream-binary." What should I do?

muru
  • 193,181
  • 53
  • 473
  • 722
dddtmath
  • 1
  • 1

1 Answers1

0

There are several ways to install Sage. You may wish to try the Ubuntu PPA - but note the special instructions for command line:

sudo -E apt-add-repository -y ppa:aims/sagemath
sudo -E apt-get update
sudo -E apt-get install sagemath-upstream-binary
kcrisman
  • 101
  • 1