How to Install fakechroot in Ubuntu 18.04



Install fakechroot by entering the following commands in the terminal:

sudo apt update
sudo apt install fakechroot

Description:

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.

Homepage: https://github.com/dex4er/fakechroot

Version: 2.19-3

Section: universe/utils