TermuxAlpine

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.

MIT License

Stars
542

TermuxAlpine

powered by

This Termux bash setup shell script will attempt to set Alpine Linux up in your Termux environment.

Steps For Installation

  1. First go to home directory
    cd $HOME
  2. Get the script
    curl -LO https://raw.githubusercontent.com/Hax4us/TermuxAlpine/master/TermuxAlpine.sh
  3. Execute the script
    bash TermuxAlpine.sh
  4. Start Alpine
    startalpine
  5. For exit just execute
    exit

Steps For First Time Use (Recommended)

  1. Update Alpine
    apk update
  2. 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