Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nmilosev/termux-fedora
A script to install a Fedora chroot into Termux
https://github.com/nmilosev/termux-fedora
Last synced: 15 days ago
JSON representation
A script to install a Fedora chroot into Termux
- Host: GitHub
- URL: https://github.com/nmilosev/termux-fedora
- Owner: nmilosev
- Created: 2016-09-16T09:40:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T11:38:01.000Z (9 months ago)
- Last Synced: 2024-08-01T16:38:38.033Z (3 months ago)
- Language: Shell
- Size: 40 KB
- Stars: 266
- Watchers: 35
- Forks: 66
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-termux-hacking - termux-fedora - A script to install a Fedora chroot into Termux.[![->](https://img.shields.io/github/stars/nmilosev/termux-fedora.svg?style=social&label=Star&maxAge=2592000)](https://github.com/nmilosev/termux-fedora/stargazers/) (Uncategorized / Uncategorized)
README
# termux-fedora
A script to install a Fedora chroot into Termux.Currently it supports Fedora 36 ARM64 and Fedora 35 ARM64.
Starting from Fedora 28, Container image for 32bit ARM is no longer provided.
# Alternative
You can also try running https://github.com/nmilosev/anyfed which is a bit more versatile in creating chroot's.
# Instructions
Supported images:
- f35_arm64
- f36_arm64```
pkg install wget -y && /data/data/com.termux/files/usr/bin/wget https://raw.githubusercontent.com/nmilosev/termux-fedora/master/termux-fedora.shsh termux-fedora.sh [desired image]
```For example:
```
sh termux-fedora.sh f35_arm64
```To uninstall:
```
sh termux-fedora.sh uninstall
```https://nmilosev.svbtle.com/termuxfedora-install-fedora-on-your-phone-with-termux