On 2014-10-18, Edwin <[email protected]> wrote: > I have had a couple of installation problems, as it said in the read me I > did not hesitate to post here. I am very new to Linux so probably my bad. I > run Linux Mint. > > I have downloaded Sage through the mirrorservice network, I opened the Lmza > or Tarball file and it said extracting > I then had a file appear - clicked on it - went on to the read me > Now when I tried ./sage or sudo ./sage it returned: bash: ./sage: No > such file or directory
you have to navigate to the appropriate directory using cd. I don't know where to on your system tarfiles are extracted by the "extractor". Maybe into ~/Downloads So should type cd ~/Downloads at the bash prompt, and then perhaps run ls command, i.e type ls at the bash prompt. You'd see the .lmza file and a sage-* directory... do cd sage-*/ and then ./sage HTH > So I tried the next bit of the read me but trying : tar xvf sage-*.tar or > cd sage-*/ all returned No such file or directory. > > Any help would be appreciated > Edwin > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
