Giter VIP home page Giter VIP logo

dylanmeca / ubuntu-termux Goto Github PK

View Code? Open in Web Editor NEW
13.0 2.0 4.0 70 KB

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.

License: GNU General Public License v3.0

Shell 100.00%
android linux ubuntu termux proot proot-android linux-on-android proot-distro ubuntu-focal ubuntu-on-android ubuntu-on-android-termux ubuntu-on-termux udroid smartphone linux-distribution bash

ubuntu-termux's Introduction

Ubuntu on Termux

Build Status License dylanmeca bug_report security_policy Bash

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.

Pre-requirements

The 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.

Installation

To install Ubuntu in Termux you need to run these commands:

pkg install wget -y
pkg install proot -y
wget https://raw.githubusercontent.com/dylanmeca/ubuntu-termux/main/install.sh
chmod +x install.sh
./install.sh

Once the installation is finished to start Ubuntu you have to execute the command: ubuntu

It is also possible to run an Ubuntu command from Termux. For example: ubuntu pwd.

This will allow to run ubuntu commands from termux.

Solution to known issues

  • 1- One of the main mistakes is:
groups: cannot find name for group ID 3003
groups: cannot find name for group ID 9997
groups: cannot find name for group ID 50399

To solve this error you must run these commands.

addgroup --system --gid 3003 inet
addgroup --system --gid 9997 everybody
addgroup --system --gid 50399 all_a399

Once these commands have been executed, this error will have been solved.

Authors

You can also look at the list of all contributors who have participated in this project.

License

The license for this project is GPL-3.0.

ubuntu-termux's People

Contributors

dylanmeca avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.