debian-cage.png

PACKAGES STUCK WITH SCHROOT

Chroot Manager

Allows you to configure chroots without requiring root credentials.

For a better knowledge on the subject:

wiki.debian.org/Schroot

wiki.debian.org/Debootstrap

Starting prison for packages

To start the installations, we will download the following packages:

# apt install debootstrap schroot

Once installed, we will edit the "/etc/schroot/schroot.conf" file.

# cp /etc/schroot/schroot.conf cp /etc/schroot/schroot.conf.old

# editor /etc/schroot/schroot.conf

[unstable]
description=debian unstable
type=directory
directory=/srv/chroot/unstable
users=usuario
root-groups=root
preserve-environment=true