So I was following the instructions here - https://help.ubuntu.com/community/SAGE
The apt get command on your link doesn't find anything.
And what is this instruction of putting a link to the "sage executable in /usr/local/bin"
So in my current folder structure I find, ~/Desktop/sage/sage-6.4-x86_64-Linux/src/sage
Is this the "sage executable"?
Guessing so, I did this (as per the above link)
ln -s ~/Desktop/sage/sage-6.4-x86_64-Linux/src/sage /usr/local/bin/sage
But then doing the above yields a link to this in /usr/local/bin called "sage".
But that link doesn't work.
(the sub-folder "sage" of Desktop is something that I created into which I unzipped the file I downloaded from the mirror - the downloaded folder called itself by that name, "sage-6.4-x86_64-Linux" and its subfolders are what it anyway came with)
What am I getting wrong?
uname -m
say? – muru Nov 21 '14 at 18:43Reading state information... Done Package sagemath-upstream-binary is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'sagemath-upstream-binary' has no installation candidate "
– Student Nov 21 '14 at 18:45i686
in the name instead ofx86_64
. – muru Nov 21 '14 at 18:59