Can anyone suggest a way to download the Mathematica .deb package using a web browser?
The reasoning behind this is that at home it will take ages to download while where I am now will take much less time.
Code: Select all
sudo dpkg -i wolfram-engine_10.0.0+2013112003_armhf.debPerfect!dennisw wrote:Try:
http://archive.raspberrypi.org/debian/p ... _armhf.deb
Then one method to install it is:
sudo dpkg -i wolfram-engine_10.0.0+2013112003_armhf.deb
sudo apt-get install -f --fix-missing
Code: Select all
/usr/bin/mathematicaHow do you do that? On my Pi, it said memory was low and aborted the install (I use an 8gb SD card with only a few python programs and RPi.GPIO and Numpy installed)elmsley wrote:Awesome, for some reason apt-get fails after a long while, I'm going to curl it.
This command sticks the file in your local filesystem.nutshelluniverse wrote:How do you do that? On my Pi, it said memory was low and aborted the install (I use an 8gb SD card with only a few python programs and RPi.GPIO and Numpy installed)elmsley wrote:Awesome, for some reason apt-get fails after a long while, I'm going to curl it.