Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdrausty/termux-archlinux
You can use setupTermuxArch.bash π² to install Arch Linux in Termux on Amazon, Android, Chromebook and Windows. https://sdrausty.github.io/termux-archlinux/
https://github.com/sdrausty/termux-archlinux
amazon amazon-fire android android-smartphone arch-linux arch-linux-installation bash-script chromebook free-software linux linux-distribution packages screenshot script setuptermuxarch shell-script smartphone tablet termux termux-hacking
Last synced: 4 days ago
JSON representation
You can use setupTermuxArch.bash π² to install Arch Linux in Termux on Amazon, Android, Chromebook and Windows. https://sdrausty.github.io/termux-archlinux/
- Host: GitHub
- URL: https://github.com/sdrausty/termux-archlinux
- Owner: SDRausty
- License: other
- Created: 2017-10-14T20:49:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T04:35:26.000Z (about 2 years ago)
- Last Synced: 2025-01-10T16:12:07.656Z (11 days ago)
- Topics: amazon, amazon-fire, android, android-smartphone, arch-linux, arch-linux-installation, bash-script, chromebook, free-software, linux, linux-distribution, packages, screenshot, script, setuptermuxarch, shell-script, smartphone, tablet, termux, termux-hacking
- Language: Shell
- Homepage: https://sdrausty.github.io/termux-archlinux/
- Size: 30.5 MB
- Stars: 760
- Watchers: 34
- Forks: 74
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGE.log
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
## [termux-archlinux](https://github.com/SDRausty/termux-archlinux/)
##### -r--r--r-- [setupTermuxArch](https://raw.githubusercontent.com/TermuxArch/TermuxArch/master/setupTermuxArch)
##### -rwxrwx--- [setupTermuxArch](https://TermuxArch.github.io/TermuxArch/setupTermuxArch)This Termux bash setup shell script will attempt to set Arch Linux up in your Termux environment. See [install](https://TermuxArch.github.io/docsTermuxArch/install) for options how to run [`setupTermuxArch`](https://raw.githubusercontent.com/TermuxArch/TermuxArch/master/setupTermuxArch) on device. Use `bash setupTermuxArch` to install [Arch](https://wiki.archlinux.org/) Linux in a Termux [PRoot](https://TermuxArch.github.io/docsTermuxArch/PRoot) container on your Android smartphone and tablet, and Chromebook too. When successfully completed, you will be experiencing the pleasure of the Linux command prompt in Arch Linux in Termux PRoot on Android, Chromebook and Fire OS on smartphone, tablet and wearable.
#### Screenshot from an Android smartphone 2018
[![screenshot_20180413-172406](https://user-images.githubusercontent.com/27742457/38758637-ec0ff0dc-3f3f-11e8-802c-82bc511cde88.png)](https://TermuxArch.github.io/docsTermuxArch/install)* Comments are welcome at [https://github.com/TermuxArch/TermuxArch/issues](https://github.com/TermuxArch/TermuxArch/issues?q=is%3Aissue+is%3Aclosed) β
* Pull requests are welcome [https://github.com/TermuxArch/TermuxArch/pulls](https://github.com/TermuxArch/TermuxArch/pulls?q=is%3Apr+is%3Aclosed) β
Thank you for making this project work better and please contribute πΒ [Contributors](CONTRIBUTORS.md) and [Notice to Contributors](NOTICE.md) have more information about this project.
![Screenshot of Arch On Termux](https://raw.githubusercontent.com/TermuxArch/imgsTermuxArch/master/IMG_20171019_190414.jpg)
[PRoot](docs/PRoot) has more information about Linux on device with Termux.
Share https://wiki.termux.com/wiki/Development everwhereππππ!
Install Arch Linux into a Termux PRoot container with [`bash setupTermuxArch`](setupTermuxArch). After succesfull installation start the container with `startarch`.
See https://TermuxArch.github.io/TermuxArch/docs/install for options how to run [`setupTermuxArch`](https://TermuxArch.github.io/TermuxArch/setupTermuxArch) on device.
See https://TermuxArch.github.io/docsTermuxArch/startingArch for options how to start the Arch Linux container `startarch` on device.
This repository uses submodules. To get all the pieces of this repository run the following code after cloning in the root directory of this repository:
```
git submodule update --init --recursive
```