ldd.fakechroot
gives a fake chroot environment - utilities
Install
- All systems
-
curl cmd.cat/ldd.fakechroot.sh
- Debian
-
apt-get install fakechroot
- Ubuntu
-
apt-get install fakechroot
- Arch Linux
-
pacman -S fakechroot
- 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
- Dockerfile
- dockerfile.run/ldd.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.