termux-ubuntu
termux-ubuntu copied to clipboard
Error running start-ubuntu.sh
Error shows up on Note 10+ Running Android Q. Installed wget and proot. Everything up to that point seemed to be going fine.
FWIW echo $PATH /data/data/com.termux/files/home/bin:/data/data/com.termux/files/usr/bin:/data/data/com.termux/files/usr/bin/app
Is this project still good?
hey, try this:
"apt-get update "
"apt-get upgrade"
"apt-get install wget"
"apt-get install proot"
"git clone https://github.com/MFDGaming/ubuntu-in-termux.git"
"cd ubuntu-in-termux"
"chmod +x ubuntu.sh"
"./ubuntu.sh"
"./startubuntu.sh"
lmk how it goes :)
It worked for me! I had the same issue, thank you!
Didn't work for me... after doing exactly the same as above I get: bash: /dev/null: Function not implemented bash-5.0#
Trying to install Ubuntu on Chromebook
Thanks in advance for help.
i had same issue, it's keep showing error proot.
Hey, I solved it by try to run it on root folder of termux.
Try it while open new session in termux :
- termux-setup-storage (then it will show "storage" directory if you "ls" here.
- git clone here, and try to run that bash file again.
According this post https://github.com/termux/termux-packages/issues/1776, I think run execution file is not allowed in "/sdcard" directory
It worked for me! Thank you
hey, try this:
"apt-get update "
"apt-get upgrade"
"apt-get install wget"
"apt-get install proot"
"git clone https://github.com/MFDGaming/ubuntu-in-termux.git"
"cd ubuntu-in-termux"
"chmod +x ubuntu.sh"
"./ubuntu.sh"
"./startubuntu.sh"
lmk how it goes :)
This just bypasses the issue that the ubuntu.sh references an image that doesn't exist anymore... so it can't create the chroot filesystem
https://cloud-images.ubuntu.com/releases/disco/release/ is the new repo looks like
hey, try this:
"apt-get update "
"apt-get upgrade"
"apt-get install wget"
"apt-get install proot"
"git clone https://github.com/MFDGaming/ubuntu-in-termux.git"
"cd ubuntu-in-termux"
"chmod +x ubuntu.sh"
"./ubuntu.sh"
"./startubuntu.sh"
lmk how it goes :)
I followed these instruction and I was able to sucessfully launch ubuntu. However, after I fire up ubuntu and type "apt-get update" I got an endless stream of error messages like this:
E: The repository 'http://ports.ubuntu.com/ubuntu-ports disco Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.
I also get this error message for the repositories ports.ubuntu.com/ubuntu-ports disco-updates Release ports.ubuntu.com/ubuntu-ports disco-backports Release ports.ubuntu.com/ubuntu-ports disco-security Release
Right now I cannot install any software using apt, and so I can't use it. Please help!
https://youtu.be/vKjaMwhGzwg Check this guy's it works
hey, try this:
"apt-get update "
"apt-get upgrade"
"apt-get install wget"
"apt-get install proot"
"git clone https://github.com/MFDGaming/ubuntu-in-termux.git"
"cd ubuntu-in-termux"
"chmod +x ubuntu.sh"
"./ubuntu.sh"
"./startubuntu.sh"
lmk how it goes :)
This just bypasses the issue that the ubuntu.sh references an image that doesn't exist anymore... so it can't create the chroot filesystem
thanks
Thanks