i could successfully install ubuntu 16.04 LTS but i'm unable to install sagemath in it. it says " unable to locate the package sagemath-upstream-binary" even when the code is correct. may i know why?
Asked
Active
Viewed 3,097 times
There is also a PPA for Ubuntu available. Install SageMath this way: sudo -E apt-add-repository -y ppa:aims/sagemath sudo -E apt-get update sudo -E apt-get install sagemath-upstream-binary
– ADDB Jul 01 '17 at 17:00