Termux-Alpine
Termxu Alpine is Bash / Shell script that install Alpine Linux in Termux. Alpine Linux is a lightweight and security-oriented Linux distribution known for its simplicity and efficiency. It’s often used in minimalistic environments or containers.
This Script install Alpine Linux in just 100 MB internet ! this is Really Awesome 😉
In This Post you will learn about how to install Termux-Alpine in Termux by just Single Command !
Table of Contents :
Features :
- Faster and Small Size (100 MB)
- Non Root Script
Language :
Author Info :
Name :
illvart
About :
Coder from Indonesia
Github :
Tutorial
Step : 1
First of you need to download termux application for install this information gathering tool. if you have already installed in your device then skip this step.
you can checkout “What is Termux ?” post there you will get basic information about what is termux and how its work and also you will get download link of latest version so please click below link and download it.
Step : 2
apt update -y && apt upgrade -y&& pkg install git ncurses-utils -y&& git clone https://github.com/illvart/termux-alpine && cd termux-alpine && chmod +x setup-termux-alpine && bash setup-termux-alpine && termux-alpine && neofetch
Open the Termux app, paste the given command, and press enter. Ensure a stable internet connection for a faster installation process.
above one line command save your time and make automatic install Termux-Alpine in termux ! you can refer to the attached screenshot for guidance on how it should appear after pasting the command.
after successfully installation you can run termux alpine by below command.
termux-alpine
Then Now you can check Alpine Linux by command neofetch just copy below command and paste in Termux for effect.
you can check below screenshot how its look after neofetch command. you dont need root permission it works without root Privileges!!
successfully installed Termux-Alpine in Termux !, there is other ways too lets check different way to install alpine distro in termux.
pkg install proot
Now you can check available distro list by using below command.
proot-distro list
here, we want to install termux alpine so copy and paste below command in termux. if you want to install ubuntu in termux then just change last alice with ubuntu alice that’s it.
proot-distro install alpine
for installing ubuntu :
proot-distro install ubuntu
after complete you can login to specific distro by below command just change alice name at last if you want to login in Termux Alpine then write alpine if you want to login as ubuntu then write ubuntu.
proot-distro login ubuntu
If you’re having any issues or need help troubleshooting, drop a comment below💬. We’re here to assist and get you sorted ASAP! 👨💻
Thanks for Reading ♥