https://github.com/sp4rkie/debian-on-termux
HOWTO install plain Debian 10 (buster) on your non-rooted Android smartphone
https://github.com/sp4rkie/debian-on-termux
android buster debian debootstrap smartphone termux
Last synced: 11 months ago
JSON representation
HOWTO install plain Debian 10 (buster) on your non-rooted Android smartphone
- Host: GitHub
- URL: https://github.com/sp4rkie/debian-on-termux
- Owner: sp4rkie
- License: lgpl-2.1
- Created: 2017-10-18T10:20:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T06:01:34.000Z (about 2 years ago)
- Last Synced: 2024-11-25T03:32:56.998Z (over 1 year ago)
- Topics: android, buster, debian, debootstrap, smartphone, termux
- Language: Shell
- Homepage:
- Size: 224 KB
- Stars: 412
- Watchers: 25
- Forks: 87
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
debian-on-termux
================
what is it
----------
- a shell script to install [Debian](https://www.debian.org) via [debootstrap](https://wiki.debian.org/Debootstrap) in a [Termux](https://wiki.termux.com/wiki/Main_Page) environment
- supported Debian versions also include: [Debian testing (bullseye)](https://www.debian.org/releases/testing/), [Debian unstable (sid)](https://www.debian.org/releases/sid/)
- supported architectures include: armel, armhf, arm64, i386, amd64
- no root permissions are required
how to use it
-------------
- install [Termux](https://termux.com/)
- optionally modify the configuration lines near the top of the script
- download `debian_on_termux_10.sh` (or `debian_on_termux.sh` if using an Android version before 10) and run it;
wget -q https://raw.githubusercontent.com/sp4rkie/debian-on-termux/master/debian_on_termux_10.sh && sh debian_on_termux_10.sh
- Debian will be installed only if it is not already.
- you will be proot-ed to Debian, type exit to return to termux.
alternatives
------------
- [Fedora](https://github.com/nmilosev/termux-fedora)
- [Arch](https://github.com/sdrausty/termux-archlinux)
- [Ubuntu](https://github.com/Neo-Oli/termux-ubuntu)
reference
----------
[termux wiki](https://wiki.termux.com/wiki/Debian)
Issues
-------
Without a pull request are not likely to be addressed.