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
  • 197,895
  • 55
  • 485
  • 740

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