In this video I will show you how to install sudo in termux root required
termux-sudo
A bash script that provides sudo for Termux
Termux is a terminal emulator and Linux environment for Android
Requirements
Rooted phone with su binary
SUDO WILL NOT WORK WITHOUT SU
Installing sudo
Download sudo to phone and extract
Install a dependency needed for sudo: pkg install ncurses-utils
Open Termux and change to extraction directory
Execute the following commands to place sudo into the correct directory with the proper permissions and ownership
commands ::::
first install require Packages
$ pkg install git
$ pkg install ncurses-utils
$ git clone https://gitlab.com/st42/termux-sudo.git
open this link
go to down
copy the commands and paste
THANKS FOR WATCHING