Fake Root Rights

0
Fake Root Rights In Termux

Fake Root Rights In Termux

probably everyone has encountered such a problem when the utility is needed, but requires root rights that you do not have. Well, I found a solution, but I immediately warn you that the method does not work with all utilities.

Installation Of FakeRoot

apt update -y

apt upgrade -y

apt install git

git clone https://github.com/B41B4L/FakeRoot

cd FakeRoot

chmod + x Root.sh

. / Root.sh

to check, we can write the command

whoami

The result should be like this – root

There is also an alternative way to install

pkg install fakeroot

And to activate the Route mode, we always write the command

fakeroot

Post a Comment

0Comments

Post a Comment (0)