chroot.fakechroot

gives a fake chroot environment - utilities

Install

All systems
curl cmd.cat/chroot.fakechroot.sh
Debian Debian
apt-get install fakechroot
Ubuntu
apt-get install fakechroot
Arch Arch Linux
pacman -S fakechroot
image/svg+xml Kali Linux
apt-get install fakechroot
CentOS
yum install fakechroot
Fedora
dnf install fakechroot
Windows (WSL2)
sudo apt-get update sudo apt-get install fakechroot
Raspbian
apt-get install fakechroot

fakechroot

gives a fake chroot environment - utilities

The fakechroot preloads a library which overrides libc functions, so it is possible to use root-specific tools without root privileges. In fake chroot you can install i.e. Debian bootstrap, create developer's environment and build packages inside chroot'ed system using standard non-root user account.