0

I want to install Mathematica 11, a version from my university. I have two files, Mathematica11_1_1_LINUX.sh and Mathematica11_1_1_LINUX.sh.part.

What do I have to do in order to install the program?

1 Answers1

2

Some Web browsers, when asked to download a file f, will:

  • immediately create an empty file f;
  • write the data, as it arrives, to f.part;
  • once all of the data has been received, rename f.part to f.

If you see both a .sh.part and an empty .sh file, it means that your download is probably still ongoing. When it completes, you will want to execute the .sh file (perhaps by running sh Mathematica11_1_1_LINUX.sh, in your specific case).

dhag
  • 15,440
  • 4
  • 54
  • 65