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 81 times
0
-
Please don't post screenshots of text. Copy the text here instead. – muru Jun 13 '17 at 05:34
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