Open clemmrich opened 1 year ago
Can confirm, I'm experiencing the same errors as you do on an amlogic s905x4 and a Huawei matepad 11.
The scripts don't check for errors (or they don't check well enough). Therefore, if a download fails or an install command doesn't work, the script blindly goes ahead as if everything is good. For example, when an important component isn't in the repo anymore, the script pretends it got installed, and performs the next step - even though the next step has become impossible.
I'm sure on the day they were written the scripts worked fine, but without built-in error checking they will soon cause confusing problems like this one.
I think you might need to add the x11 repo for those packages, with pkg install x11-repo
Not true. The issue is with packages that literally don't exist because they were intentionally removed from the repo. The AnLinux install script doesn't check whether downloads have been successful - if downloads fail, the installer just keeps going, pretending to work on files that don't exist.
Just tested out with the latest Termux fresh install and everything is working flawlessly.
If its not working for you, probably try reinstall Termux, or check if your internet provider or firewall block connection to the Termux mirrors.
I tried to install a version of Ubuntu, but the scripts provided by the app seem to be incompatible with termux.
Are there any preparationary steps needed, which are not documented, e.g. installing additional packages or repositories?