In this post i am going to tell you how to Install termux box in termux With easy and quick steps. Installing termux box is same as Installing mobox emulator. I will tell you how to Install it on your android device using termux. So let’s start
What is Termux Box?
Termux box is an awesome tool that helps us to run Windows Applications on your Android Device using termux. This tool is almost like mobox emulator but termux box is not box64droid neither box4droid. This tool runs without root and is available free at github.
How to install termux box in termux?
Runing windows applications on your android device is a cool stuff, you need to install termux box for that. Follow the below steps one by one to install :
Step 1: firstly open the termux app and check if it is updated.
Step 2: Type pkg update
to update the termux.
pkg update
Step 3: Now upgrade termux using pkg upgrade -y
command.
pkg upgrade -y
Step 4: Curl installation using pkg install curl -y
command.
pkg install curl -y
Step 5: Giving storage permissions using termux-setup-storage
command.
termux-setup-storage
Step 6: Clone github repository using curl -s -o x https://raw.githubusercontent.com/olegos2/termux-box/main/install
command.
curl -s -o x https://raw.githubusercontent.com/olegos2/termux-box/main/install
Step 7: Give executable file permission to installation file using chmod +x x
command.
chmod +x x
Step 8: Install termux box using ./x
command.
./x
Termux box will start installing in your android device using termux. Wait for the complete installation. If any error occur during the installation tell me through the contact us button.
How to install Termux Box n one command?
Type the below code to install it Using only one command:
curl -s -o x https://raw.githubusercontent.com/olegos2/termux-box/main/install && chmod +x x && ./x
How to use Termux Box in termux?
After the installation of termux box is completed type termux-box
command to start it.
termux-box
Termux box has a good alternative named as mobox emulator. You can see also that in link provided below.
Also Read: Termux Commands List, Basic To Advanced 2024
Conclusion:
Termux box is script to for preconfigured rootfs with box86, box64, wine and dxvk installed. This tool thus enables us to install windows ×86 applications in android. I hope you have liked this tutorial.
Frequently Asked Questions:
Is mobox and termux box same?
Mobox and termux box are two tools of same author on github
Does termux box require root for installation?
No, Termux box do not need root for either installation or working.