Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Wget in Android terminal

How can I use wget command in "Android Terminal Emulator" app in android. It says /system/bin/sh: wget: not found. It means need to install wget in android. Please help me.

like image 249
Tejas Avatar asked Nov 06 '14 08:11

Tejas


1 Answers

You need to install busybox in your android system then you can execute wget command,try to get it from play store

root@android:/ # busybox wget
like image 135
Rahul R Dhobi Avatar answered Oct 08 '22 11:10

Rahul R Dhobi