Skip to content

Automatic script to install ubuntu on your android phone, no root needed.

Notifications You must be signed in to change notification settings

vfransant/linux-on-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

linux-on-android

Automatizated script to install ubuntu on your android device, no root needed.

Screenshot_20240924_233802_AVNC.jpg

Features

  • Installs Ubuntu 24.04 Arm64
  • XFCE enviroment fully working
  • Firefox pre-installed

Other repositories used

Requirements

  • Termux, preferably latest version - and not from Play Store (no more updates from there)
  • The installation takes about 3.2GB of space
  • VNC Viewer app of your choise
    • My suggestion, if you are using a physical keyboard and mouse:
    • My suggestion, if relying only on phones touch screen and on-screen keyboard:

Installation

Using curl

curl -O https://raw.githubusercontent.com/vfransant/linux-on-android/refs/heads/main/ubuntu-24_04-instalation.sh && bash ubuntu-24_04-instalation.sh

Using wget

wget https://raw.githubusercontent.com/vfransant/linux-on-android/refs/heads/main/ubuntu-24_04-instalation.sh && bash ubuntu-24_04-instalation.sh

How to use?

After running the script, you can start your ubuntu by opening your Termux and running dash ubuntu.sh Then, type vncserver and it will start a vnc session. Use your VNC Viewer of choice and connect either to

  • If you want to see your screen on the device you are using 127.0.0.1:1 or localhost:1
  • If you want to use it on another device your device's IP on your local network, followed by :1 Example: 192.168.0.15:1

The default password is linux

About

Automatic script to install ubuntu on your android phone, no root needed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages