I presume you are trying to install a Sage binary for Ubuntu 16.04 into a VM running this version of Ubuntu, right?
At the bottom of your log one sees ImportError: libgfortran.so.3: cannot open shared object file: No such file or directory You need to install libgfortran3 on your (virtual) Ubuntu 16.04, by running something like sudo apt-get install libgfortran3 It should fix the error in question. On Thursday, February 16, 2017 at 1:28:20 PM UTC, Jonathan Samuel wrote: > > I have got a problem while running the binary version of Sagemath on > ubuntu 10.04. please help > > 1. My guest OS ubuntu 16.04 (on VMware 10) > 2. my host OS windows 7 > > > > > [image: Best Regards] > > *Jonathan Samuel* > > E-mail: [email protected] <javascript:> > > -- 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 https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
