AKPR2007 / WinDroiD

Run stable version of Windows 7 on your nonrooted Android Device via use of Termux
https://rebrand.ly/WinDroiD
33 stars 5 forks source link

[README] wget command error #1

Closed Exanoff12 closed 2 years ago

Exanoff12 commented 2 years ago

when I try to download the shellfile it says wget not installed install it by using pkg install wget .After entering pkg install wget it says package not found

AKPR2007 commented 2 years ago

@Exanoff12

So looks like that there are several reasons for that happening. So the termux play store version isn't updated anymore from mid last year. Termux all repos (including wget repo) was hosted on JFrog Bintray. But since 1st may 2021 Bintray shutdown itself which caused this massive problem. They've now moved to a new repo host. But the play store version still supports repo from dl.bintray.com since it's down you get an error.

This error can be fixed by using the FDroid version rather than play store version. Or by changing repos using termux-change-repo command. Then change repos to hosted by grimler.se for best results. And lastly run apt-upgrade to finish

Second issue could be that termux supports only android 7.x+ if you're using android 4.x/5.x/6.x or any legacy device. Than you've no choice rather than update you're android version to 7.x+

Information source termux-github

AKPR2007 commented 2 years ago

Issue Fixed