Install debootstrap by entering the following commands in the terminal:
sudo apt update sudo apt install debootstrap
Description:
Bootstrap a basic Debian system
debootstrap is used to create a Debian base system from scratch, without requiring the availability of dpkg or apt. It does this by downloading .deb files from a mirror site, and carefully unpacking them into a directory which can eventually be chrooted into.
Version: 1.0.95
Section: admin