Wget in Android terminal

泪湿孤枕 提交于 2020-06-10 03:50:29

问题


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.


回答1:


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



回答2:


There's no wget binary in Android, you are expected to get that information from error message. So you need to install wget first. Try using this link: https://jacob.hoffman-andrews.com/android/wget/




回答3:


At least on Lollipop for me (possibly earlier?) there's curl, an alternative to wget for many cases.



来源:https://stackoverflow.com/questions/26775079/wget-in-android-terminal

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!