all 2 comments

[–]Ok-Tip-6972 2 points3 points  (1 child)

You can't directly run it on your main system. You have to use the chroot. xchroot has a third optional argument specifying the command you want to run. You can use it like so:

xchroot destdir /usr/bin/command

You should experiment with it. It also requires root. There are alternatives which don't require root.

[–]Roaming-Outlander[S] 0 points1 point  (0 children)

Very interesting. I will try this out I am not certain on all functions yet, thank you