Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A10 => Topic started by: mat117 on May 01, 2014, 09:17:39 AM

Title: crash of midori when downloading java for arm processors!
Post by: mat117 on May 01, 2014, 09:17:39 AM
i tried to download java JDK arm edition(the same that i use on raspberry pi) but the browser midori when the download reach 50 mbytes crash! i ask for a command line that can I use to install java on the A10 lime...
Title: Re: crash of midori when downloading java for arm processors!
Post by: lubod on May 18, 2014, 02:04:43 AM
I would try wget http://whatever.the.URL.is.com
I am almost positive it is installed in Debian x86 distributions by default, and I would think it is on the Lime too. I've downloaded large files with it on x86 with no problems. If not, it can be installed with:

sudo apt-get install wget
or if run as root you can skip sudo.

HTH.