error for installing ubuntu
Hi
Im trying to install modded ubuntu on my non rooted s8+ and i keep getting the following error message:
"We are about to begin the installation of Ubuntu XFCE Modded OS.
This is a resource hungry process 🏗 because we download and extract files simultaneously. Please close all other resource heavy processes and keep Termux in the foreground as long as possible.
If you noticed low download speeds, please understand that the speeds we are reporting denote simultaneous extraction and hence will depend on your CPU as well. Please be patient.
Downloading and Extracting Ubuntu XFCE Modded OS...
/proc/self/fd/63: line 76: wget: command not found
/proc/self/fd/63: line 76: pv: command not found
/proc/self/fd/63: line 76: proot: command not found
Installation unsuccessful! .
Please check your connectivity. .
--------------------------------------
Need more help?
Discord- https://chat.andronix.app
Documentation- https://docs.andronix.app
--------------------------------------
"
Discord
Join the Andronix App Discord Server!
Welcome to the Andronix Discord server, where we talk about Andronix, Linux and other fun stuff. We are here to help you | 11495 members
Index – Andronix Docs
Andronix lets you install Ubuntu, Debian, and Manjaro on non-rooted Android devices. Our documentation provides step-by-step instructions and troubleshooting tips to help you set up your Linux environment quickly and easily. Experience the power of Linux on your mobile device with Andronix.
7 Replies
I wouldn't recommend using Ubuntu modded 22
It has issues with vnc on most devices
Your issue is caused by either an out of date termux version or bad repositories
You need to use termux-change-repo to switch repositories
I've gotten that error numerous times before with andronix and always up to date. They need to implement a simple check for wget, pv and proot and install if not installed already.
The issue isn't that they aren't installed.
Well, it partially is
The main issue is that they aren't in termux repos for some people out of the box
Yes I know which is why I said they would at least implement a check
Which means at the start of the command they are meant to be installed, don't get installed because they aren't available, and then error out.
I guess, but I think it really comes down to termux needing to fix their app
Why is it shipped with broken repositories?
Changing to literally anything else fixes the issue
But it's not a universal issue
I've had this problem many times and had to manually install, never needed to run termux-change-repo to fix it
You would assume that when you tell it to install stuff that is some of the most basic Linux programs, that it would have the software available out of the box.
The fix is to change the repo. This already "manually installs" those apps
pkg update -y && pkg install wget curl proot tar -y && wget https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Installer/Ubuntu22/ubuntu22-xfce.sh -O ubuntu22-xfce.sh && chmod +x ubuntu22-xfce.sh && bash ubuntu22-xfce.sh
See that?