Skip to content

Dev Environment ‐ Set up on Phone

Full Stack edited this page Mar 23, 2025 · 10 revisions

Installation steps

  • Update termux: apt-get update && apt-get upgrade -y
  • Install wget: apt-get install wget -y
  • Install proot: apt-get install proot -y
  • Install git: apt-get install git -y
  • Go to HOME folder: cd ~
  • Download script: git clone https://github.com/MFDGaming/ubuntu-in-termux.git
  • Go to script folder: cd ubuntu-in-termux
  • Give execution permission: chmod +x ubuntu.sh
  • Run the script: ./ubuntu.sh -y
  • Now just start ubuntu: ./startubuntu.sh

To Check Ubuntu Version

lsb_release -a

Termux

How to install Termux X11 native DESKTOP on ANDROID (no proot) - [No Root] - Linux on Android

How to run docker on android

read

Install the docker-qemu-arm

Login into alphine by navigating to folder alphine

cd alphine
./startqemu.sh

user: root password: Secret123

Refer here: https://github.com/LinuxDroidMaster/Termux-Projects/blob/main/projects/docker_android.md

References

Clone this wiki locally