Hello Cogito,

>Errors occur.  Then I realized I needed to do a "sudo apt-get install
sagemath" in >the directory, but now it cant find the sagemath package.  Im
at a loss for how to >get anything to work here.

As you have not mentioned you have successfully run sage I am just adding
some advice. If you have already done it please ignore.
As you have downloaded the binary for Ubuntu it will be a file ending in
.lzma or .gz, say,
*sage-5.2-linux-32bit-ubuntu_12.04_lts-i686-Linux.tar.lzma*<http://jambu.spms.ntu.edu.sg/sage/linux/32bit/sage-5.2-linux-32bit-ubuntu_12.04_lts-i686-Linux.tar.lzma>

After you have extracted the contents of the archive by right clicking the
filename and choosing "extract" or on the command-line using:

$ sudo mv 
*sage....tar.lzma*<http://jambu.spms.ntu.edu.sg/sage/linux/32bit/sage-5.2-linux-32bit-ubuntu_12.04_lts-i686-Linux.tar.lzma>/usr/local
........................moving the file to /usr/local
$ cd /usr/local
.............................................................being in that
direcory
$sudo  tar --lzma -xvf
sage...tar.lzma...........................unarchiving the file
$cd
sage-5.2...............................................................moving
to /usr/local/sage-5.2
$./sage........................................................................Running
sage
$./sage
-n....................................................................Run
Sage in a browser

It is possible that you can skip the 4th cmd and run the 5th/6th without
the starting ./
I hope you have started using SAGE
Cheers.
On Mon, Aug 20, 2012 at 11:30 AM, Jan Groenewald <j...@aims.ac.za> wrote:

> Hi
>
> On 20 August 2012 11:07, Keshav Kini <keshav.k...@gmail.com> wrote:
>
>> No, apt-get is for installing packages from the official Ubuntu package
>> servers. Sage is not there. If you want to use apt-get for Sage, you
>> could use Jan Groenewald's PPA (Personal Package Archive) where he has
>> put a version of Sage. How to use it, I don't know, since I don't use
>> Ubuntu - but you can probably google for how to use PPAs in Ubuntu.
>>
>
> sudo apt-add-repository -y ppa:aims/sagemath
>  sudo apt-get update
> sudo apt-get install sagemath-upstream-binary # downloads 400M, unpacks
> 1.6G
>
> Regards,
> Jan
>
> --
>   .~.
>   /V\     Jan Groenewald
>  /( )\    www.aims.ac.za
>  ^^-^^
>
>  --
> --
> To post to this group, send email to sage-support@googlegroups.com
> To unsubscribe from this group, send email to
> sage-support+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/sage-support
> URL: http://www.sagemath.org
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To post to this group, send email to sage-support@googlegroups.com.
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support?hl=en.


Reply via email to