Problem to Solve
When I'm trying to install a package it's saying sudo not found

Proposed Solution
What to do?
Just remove sudo command for termux because it's not dependent on sudo.
How to detect termux:
There's an environment $TERMUX_API_VERSION use this to detect if I'm using termux or not.
Alternatives Considered
No response
Additional Context
No response
Confirmation
Problem to Solve
When I'm trying to install a package it's saying
sudo not foundProposed Solution
What to do?
Just remove sudo command for termux because it's not dependent on sudo.
How to detect termux:
There's an environment
$TERMUX_API_VERSIONuse this to detect if I'm using termux or not.Alternatives Considered
No response
Additional Context
No response
Confirmation