Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MFDGaming/ubuntu-in-termux
This is a script by which you can install Ubuntu in your termux application without a rooted device
https://github.com/MFDGaming/ubuntu-in-termux
Last synced: 9 days ago
JSON representation
This is a script by which you can install Ubuntu in your termux application without a rooted device
- Host: GitHub
- URL: https://github.com/MFDGaming/ubuntu-in-termux
- Owner: MFDGaming
- Created: 2018-06-21T08:27:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T15:08:46.000Z (3 months ago)
- Last Synced: 2024-10-29T15:35:44.630Z (15 days ago)
- Language: Shell
- Homepage:
- Size: 269 KB
- Stars: 1,620
- Watchers: 85
- Forks: 397
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ubuntu-in-termux
[![DISCORD](https://img.shields.io/badge/Chat-On%20Discord-738BD7.svg?style=for-the-badge)](https://discord.gg/Xaqkdeh)
## What's This?
This is a script that allows you to install Ubuntu in your termux application without a rooted device
## Updates
**• Updated to ubuntu 22.04**
## Important
**• If you have to use ubuntu in termux with a x86/i\*86 architecture or prefer ubuntu 19.10 you can use this branch -> https://github.com/MFDGaming/ubuntu-in-termux/tree/ubuntu19.10**
**• If you get an error message that says "Fatal Kernel too old" you have to uncomment the line that reads "command+=" -k 4.14.81"" (remove the # that is located in front of the line) in the "startubuntu.sh" file**
### Installation steps
1. Update termux: `apt-get update && apt-get upgrade -y`
2. Install wget: `apt-get install wget -y`
3. Install proot: `apt-get install proot -y`
4. Install git: `apt-get install git -y`
5. Go to HOME folder: `cd ~`
6. Download script: `git clone https://github.com/MFDGaming/ubuntu-in-termux.git`
7. Go to script folder: `cd ubuntu-in-termux`
8. Give execution permission: `chmod +x ubuntu.sh`
9. Run the script: `./ubuntu.sh -y`
10. Now just start ubuntu: `./startubuntu.sh`