News

How to Install Ubuntu In Android Termux 2017

Image result for Ubuntu




How to Install Ubuntu In Termux Hello guys, I am Maheshwari Manav here im show you how to install Ubuntu in Termux without root your mobile So Let's stat

Ubuntu is an open source software system operating system that runs from the desktop/linux, to the cloud, to all your internet connected things.

Termux is a terminal emulator and linux environment for Android.

Now we’ll discuss about, How to Install Ubuntu In Termux?



Follow every steps:

1. Update your termux by using this command..
   
     apt update

2. Upgrade..

     apt upgrade

3. Now Install github.. 

    apt install git    

4. Now Install Proot

    apt install proot

5. Now Install wget

    apt install wget

6. Now clone ubuntu.. 

    git clone https://github.com/Neo-Oli/termux-ubuntu
    
    ls

7. Move into termux-ubuntu..

    cd termux-ubuntu

    ls

8. Give the permission.. 

     chmod +x ubuntu.sh

     ls

9. Now run..

     sh ubuntu.sh 

10. Wait few minutes.. Now your terminal change into ubuntu and update..

      ./start.sh

Congratulation now you have ubuntu in your mobile

THANK FOR READING...

8 comments:

  1. ./start-ubuntu.sh
    proot warning: can't chdir("/root/.") in the guest rootfs: No such file or directory
    proot info: default working directory is now "/"
    proot error: '/usr/bin/env' not found (root = /data/data/com.termux/files/home/termux-ubuntu/ubuntu-fs, cwd = /, $PATH=(null))
    fatal error: see `proot --help`.

    ReplyDelete
    Replies
    1. https://youtu.be/PhNBGAInH3o watch this video. this new methods

      Delete
    2. https://youtu.be/PhNBGAInH3o

      Delete
  2. I got same error by following different instructions from above.
    Now when i try the above instructions bthe "$" symbol goes away after "$ apt install git" in each line.
    And after each command from there NOTHING appears to happen at all like it is dead.

    ReplyDelete
  3. I now retried ./start-ubuntu.sh
    Only to get this (note that the "$" have come back):

    $ ./start-ubuntu.sh
    proot warning: can't chdir("/root/.") in the guest rootfs: No such file or directory
    proot info: default working directory is now "/"
    proot error: '/usr/bin/env' not found (root = /home/termux-ubuntu/termux-ubuntu/ubuntu-fs, cwd = /, $PATH=(null))
    fatal error: see `proot --help`.
    proot error: trying to remove a directory outside of '/data/data/com.termux/files/usr/tmp', please report this error.
    $

    None of the online command instructions work for this at all. All give very similar errors, yet the authors of each seem confident it works.

    Incidentally does this, if successful, give a CLI ubuntu? Or something resembling a desktop environment, or ubuntu phone environment?

    ReplyDelete
  4. Same issue here, crap instructions!

    ReplyDelete
  5. Working perfect for me guys,thanks for instructions.

    ReplyDelete
  6. Tem como instalar a inteface grafica xfce4 e o vnc ??

    ReplyDelete