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?

Asked
Active
Viewed 95 times
0
1 Answers
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