{"id":15007238,"url":"https://github.com/dylanmeca/ubuntu-termux","last_synced_at":"2025-10-30T11:31:35.025Z","repository":{"id":75598704,"uuid":"443220769","full_name":"dylanmeca/ubuntu-termux","owner":"dylanmeca","description":"Install Ubuntu on Android using Termux, no need for root. Develop software using the Ubuntu distribution on your android without the need for root and install software maintained by Canonical.","archived":false,"fork":false,"pushed_at":"2023-01-18T23:59:19.000Z","size":70,"stargazers_count":17,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-02T08:11:31.823Z","etag":null,"topics":["android","bash","linux","linux-distribution","linux-on-android","proot","proot-android","proot-distro","smartphone","termux","ubuntu","ubuntu-focal","ubuntu-on-android","ubuntu-on-android-termux","ubuntu-on-termux","udroid"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dylanmeca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-31T01:10:01.000Z","updated_at":"2025-01-07T06:25:54.000Z","dependencies_parsed_at":"2023-06-07T01:15:34.275Z","dependency_job_id":null,"html_url":"https://github.com/dylanmeca/ubuntu-termux","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanmeca%2Fubuntu-termux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanmeca%2Fubuntu-termux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanmeca%2Fubuntu-termux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanmeca%2Fubuntu-termux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dylanmeca","download_url":"https://codeload.github.com/dylanmeca/ubuntu-termux/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238960382,"owners_count":19559252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","bash","linux","linux-distribution","linux-on-android","proot","proot-android","proot-distro","smartphone","termux","ubuntu","ubuntu-focal","ubuntu-on-android","ubuntu-on-android-termux","ubuntu-on-termux","udroid"],"created_at":"2024-09-24T19:06:08.834Z","updated_at":"2025-10-30T11:31:29.680Z","avatar_url":"https://github.com/dylanmeca.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ubuntu on Termux\n[![Build Status](https://img.shields.io/github/stars/dylanmeca/ubuntu-android.svg)](https://github.com/dylanmeca/ubuntu-termux)\n[![License](https://img.shields.io/github/license/dylanmeca/ubuntu-android.svg)](https://github.com/dylanmeca/ubuntu-termux/blob/main/LICENSE)\n[![dylanmeca](https://img.shields.io/badge/author-dylanmeca-green.svg)](https://github.com/dylanmeca)\n[![bug_report](https://img.shields.io/badge/bug-report-red.svg)](https://github.com/dylanmeca/ubuntu-termux/blob/main/.github/ISSUE_TEMPLATE/bug_report.md)\n[![security_policy](https://img.shields.io/badge/security-policy-cyan.svg)](https://github.com/dylanmeca/ubuntu-termux/blob/main/SECURITY.md)\n[![Bash](https://img.shields.io/badge/language-Bash-blue.svg)](https://www.gnu.org/software/bash/)\n\nInstall Ubuntu on Android using Termux, no need for root.\n\nDevelop software using the Ubuntu distribution on your android without the need for root and install software maintained by Canonical.\n\n## Pre-requirements\n\nThe requirements to install Ubuntu on android is to have termux installed and within termux it is necessary to have proot installed. It is not necessary to have root.\n\n## Installation\n\nTo install Ubuntu in Termux you need to run these commands:\n\n```shell\npkg install wget -y\npkg install proot -y\nwget https://raw.githubusercontent.com/dylanmeca/ubuntu-termux/main/install.sh\nchmod +x install.sh\n./install.sh\n```\n\nOnce the installation is finished to start Ubuntu you have to execute the command: ```ubuntu```\n\nIt is also possible to run an Ubuntu command from Termux. For example: ```ubuntu pwd```.\n\nThis will allow to run ubuntu commands from termux.\n\n## Solution to known issues\n\n* 1- One of the main mistakes is:\n\n```text\ngroups: cannot find name for group ID 3003\ngroups: cannot find name for group ID 9997\ngroups: cannot find name for group ID 50399\n```\n\nTo solve this error you must run these commands.\n\n```shell\naddgroup --system --gid 3003 inet\naddgroup --system --gid 9997 everybody\naddgroup --system --gid 50399 all_a399\n```\n\nOnce these commands have been executed, this error will have been solved.\n\n## Authors\n\n* **Dylan Meca** - *Initial Work* - [dylanmeca](https://github.com/dylanmeca)\n\nYou can also look at the list of all [contributors](https://github.com/dylanmeca/ubuntu-termux/contributors) who have participated in this project.\n\n## License\n\nThe license for this project is [GPL-3.0](https://github.com/dylanmeca/ubuntu-termux/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanmeca%2Fubuntu-termux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdylanmeca%2Fubuntu-termux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanmeca%2Fubuntu-termux/lists"}