su -c "command"
with small features
./build.sh or make
./build.sh install or make install
NOENV=1 sudo (command)
will isolate environment variableFAKEROOT=1 sudo (command)
will use unshare instead of suNOROOT=1 sudo (command)
will run command without root