Re: [sage-support] tar jxvf sage-9.1-Ubuntu_18.04-x86_64.tar.bz2 is not downloading SageMath

2020-05-29 Thread 'Justin C. Walker' via sage-support



> On May 29, 2020, at 12:18 , Joshua Meadowcroft  
> wrote:
> 
> Trying to download Sage on Linux Ubuntu but the following command isn't 
> working.  What am i doing wrong?  Please see attached picture.
> 
> tar jxvf sage-9.1-Ubuntu_18.04-x86_64.tar.bz2 

If you check the results of this command, you will see what the problem is:

 "tar jxvf sage-9.1-Ubuntu_18.04-x86_64.tar.bz2: Cannot open: no such file or 
directory"

This means that the “tar” command is not able to locate the file “sage-….” in 
the current directory.  You either need to run this command in the directory 
containing the file, or give the “full” file name to the command.

HTH

Justin

--
Justin C. Walker, Curmudgeon at Large
Institute for the Absorption of Federal Funds
---
While creating wives, God promised men
that good and obedient wives would be
found in all corners of the world.
Then He made the earth round.
--








-- 
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 sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/634FC636-6876-4DA4-B087-1CC99BF318F4%40mac.com.


Re: [sage-support] tar jxvf sage-9.1-Ubuntu_18.04-x86_64.tar.bz2 is not downloading SageMath

2020-05-29 Thread Joshua Meadowcroft
um, I'm not surprised that the file or directory can not be found on my 
machine.  Because it hasn't been downloaded yet.  That's what I'm 
attempting to do.  I used tar jxvf sage-9.1-Ubuntu_18.04-x86_64.tar.bz2 to 
download Sage last week on an identical different machine and it worked 
perfectly. So, it's odd that the exact command is not doing it now. 


On Friday, May 29, 2020 at 3:27:07 PM UTC-4, Justin C. Walker wrote:
>
>
>
> > On May 29, 2020, at 12:18 , Joshua Meadowcroft  > wrote: 
> > 
> > Trying to download Sage on Linux Ubuntu but the following command isn't 
> working.  What am i doing wrong?  Please see attached picture. 
> > 
> > tar jxvf sage-9.1-Ubuntu_18.04-x86_64.tar.bz2 
>
> If you check the results of this command, you will see what the problem 
> is: 
>
>  "tar jxvf sage-9.1-Ubuntu_18.04-x86_64.tar.bz2: Cannot open: no such file 
> or directory" 
>
> This means that the “tar” command is not able to locate the file “sage-….” 
> in the current directory.  You either need to run this command in the 
> directory containing the file, or give the “full” file name to the command. 
>
> HTH 
>
> Justin 
>
> -- 
> Justin C. Walker, Curmudgeon at Large 
> Institute for the Absorption of Federal Funds 
> --- 
> While creating wives, God promised men 
> that good and obedient wives would be 
> found in all corners of the world. 
> Then He made the earth round. 
> -- 
>
>
>
>
>
>
>
>
>

-- 
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 sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/18ad4eb1-fedf-4b55-a572-ab2724601e36%40googlegroups.com.


Re: [sage-support] tar jxvf sage-9.1-Ubuntu_18.04-x86_64.tar.bz2 is not downloading SageMath

2020-05-29 Thread Joshua Meadowcroft
The initial download from tar jxvf sage-9.1-Ubuntu_18.04-x86_64.tar.bz2 is 
not executing.   Unable to sagemath download pre-built binary from site.  
Any thoughts?


On Friday, May 29, 2020 at 4:35:11 PM UTC-4, Joshua Meadowcroft wrote:
>
> um, I'm not surprised that the file or directory can not be found on my 
> machine.  Because it hasn't been downloaded yet.  That's what I'm 
> attempting to do.  I used tar jxvf sage-9.1-Ubuntu_18.04-x86_64.tar.bz2 to 
> download Sage last week on an identical different machine and it worked 
> perfectly. So, it's odd that the exact command is not doing it now. 
>
>
> On Friday, May 29, 2020 at 3:27:07 PM UTC-4, Justin C. Walker wrote:
>>
>>
>>
>> > On May 29, 2020, at 12:18 , Joshua Meadowcroft  
>> wrote: 
>> > 
>> > Trying to download Sage on Linux Ubuntu but the following command isn't 
>> working.  What am i doing wrong?  Please see attached picture. 
>> > 
>> > tar jxvf sage-9.1-Ubuntu_18.04-x86_64.tar.bz2 
>>
>> If you check the results of this command, you will see what the problem 
>> is: 
>>
>>  "tar jxvf sage-9.1-Ubuntu_18.04-x86_64.tar.bz2: Cannot open: no such 
>> file or directory" 
>>
>> This means that the “tar” command is not able to locate the file 
>> “sage-….” in the current directory.  You either need to run this command in 
>> the directory containing the file, or give the “full” file name to the 
>> command. 
>>
>> HTH 
>>
>> Justin 
>>
>> -- 
>> Justin C. Walker, Curmudgeon at Large 
>> Institute for the Absorption of Federal Funds 
>> --- 
>> While creating wives, God promised men 
>> that good and obedient wives would be 
>> found in all corners of the world. 
>> Then He made the earth round. 
>> -- 
>>
>>
>>
>>
>>
>>
>>
>>
>>

-- 
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 sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/4993ee8e-9d12-44a9-b44e-ae5162c7be3c%40googlegroups.com.


Re: [sage-support] tar jxvf sage-9.1-Ubuntu_18.04-x86_64.tar.bz2 is not downloading SageMath

2020-05-29 Thread 'Justin C. Walker' via sage-support



> On May 29, 2020, at 13:35 , Joshua Meadowcroft  
> wrote:
> 
> um, I'm not surprised that the file or directory can not be found on my 
> machine.  Because it hasn't been downloaded yet.  That's what I'm attempting 
> to do.  I used tar jxvf sage-9.1-Ubuntu_18.04-x86_64.tar.bz2 to download Sage 
> last week on an identical different machine and it worked perfectly. So, it's 
> odd that the exact command is not doing it now.

Well, perhaps Ubuntu has special mojo that would make that work, but on any 
Unix-like system I am aware of, what I saw in your attached snap of the command 
and output means to me that the command was expecting the file to be in the 
current directory.  Nothing shows me that the command would know where in the 
world to look for the tarball other than locally.

If it did work and now doesn’t, it’s beyond my experience.

In your following message, you say “Unable to sagemath download pre-built 
binary from site”.  Is that literal output from tar?  It’s pretty weird 
phrasing, in the first place.  And additionally, how does “it” know what the 
site is, and that the tarball contains a pre-built binary?

Sorry I can’t be of more help.

Justin

--
Justin C. Walker, Curmudgeon-At-Large
Institute for the Enhancement of the Director's Income

When LuteFisk is outlawed,
Only outlaws will have LuteFisk




-- 
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 sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/1343AE75-10CA-4B6E-8646-D8AFBDCF4F82%40mac.com.


Re: [sage-support] tar jxvf sage-9.1-Ubuntu_18.04-x86_64.tar.bz2 is not downloading SageMath

2020-05-29 Thread Henri Girard

tar is not a downloading command, just an uncompressed one :)

So in 2 words : Download the file and after verifying it is there, do tar

Regards


Le 29/05/2020 à 22:48, Joshua Meadowcroft a écrit :
The initial download from tar jxvf 
sage-9.1-Ubuntu_18.04-x86_64.tar.bz2 is not executing.  Unable to 
sagemath download pre-built binary from site.  Any thoughts?



On Friday, May 29, 2020 at 4:35:11 PM UTC-4, Joshua Meadowcroft wrote:

um, I'm not surprised that the file or directory can not be found
on my machine.  Because it hasn't been downloaded yet.  That's
what I'm attempting to do.  I used tar jxvf
sage-9.1-Ubuntu_18.04-x86_64.tar.bz2 to download Sage last week on
an identical different machine and it worked perfectly. So, it's
odd that the exact command is not doing it now.


On Friday, May 29, 2020 at 3:27:07 PM UTC-4, Justin C. Walker wrote:



> On May 29, 2020, at 12:18 , Joshua Meadowcroft
 wrote:
>
> Trying to download Sage on Linux Ubuntu but the following
command isn't working.  What am i doing wrong?  Please see
attached picture.
>
> tar jxvf sage-9.1-Ubuntu_18.04-x86_64.tar.bz2

If you check the results of this command, you will see what
the problem is:

 "tar jxvf sage-9.1-Ubuntu_18.04-x86_64.tar.bz2: Cannot open:
no such file or directory"

This means that the “tar” command is not able to locate the
file “sage-….” in the current directory.  You either need to
run this command in the directory containing the file, or give
the “full” file name to the command.

HTH

Justin

-- 
Justin C. Walker, Curmudgeon at Large

Institute for the Absorption of Federal Funds
---
While creating wives, God promised men
that good and obedient wives would be
found in all corners of the world.
Then He made the earth round.
-- 









--
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 sage-support+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/4993ee8e-9d12-44a9-b44e-ae5162c7be3c%40googlegroups.com 
.


--
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 sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/130792e4-c5a1-be8e-c1cd-882fc7dc6019%40gmail.com.