TermuxAlpine
TermuxAlpine copied to clipboard
Use TermuxAlpine.sh calling to install Alpine Linux in Termux on Android. This setup script will attempt to set Alpine Linux up in your Termux environment.
TermuxAlpine
powered by
This Termux bash setup shell script will attempt to set Alpine Linux up in your Termux environment.
Steps For Installation
- First go to home directory
cd $HOME
- Get the script
curl -LO https://raw.githubusercontent.com/Hax4us/TermuxAlpine/master/TermuxAlpine.sh
- Execute the script
bash TermuxAlpine.sh
- Start Alpine
startalpine
- For exit just execute
exit
Steps For First Time Use (Recommended)
- Update Alpine
apk update
- Now you can install any package by
apk add package_name
Size Comparision
Size | Alpine | Arch | Ubuntu |
---|---|---|---|
before installation | Around 1 MB 😱 | Around 400 MB | Around 35 MB |
after installation | Around 80 MB | Around 2000 MB | Around 1200 MB |
here is full usage details of apk https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management
Comments are welcome at https://github.com/Hax4us/TermuxAlpine/issues ✍
Pull requests are welcome at https://github.com/Hax4us/TermuxAlpine/pulls ✍