Differences between revisions 13 and 14
Revision 13 as of 2020-05-31 01:48:02
Size: 1641
Editor: coringao
Comment:
Revision 14 as of 2020-05-31 01:52:07
Size: 1512
Editor: coringao
Comment:
Deletions are marked like this. Additions are marked like this.
Line 28: Line 28:
||<tablestyle="width: 100%;line-height: 2em; font-size: .9em; background:#557a80; vertical-align: top;" style="border:3pt solid #557a80;">||
||<style="background:#fafaf5;width: 25%;vertical-align: top; border-left:1pt solid #D3D3D3;border-bottom:1pt solid #D3D3D3;">
||<#EAE5DA -4 : tablewidth="65%" style="border: medium none ;-moz-border-radius-topleft: 15px ;-moz-border-radius-topright: 15px;"> <<BR>>

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

||<#EAE5DA -4 : tablewidth="65%" style="border: medium none ;-moz-border-radius-topleft: 15px ;-moz-border-radius-topright: 15px;">
[unstable]
description=debian unstable
type=directory
directory=/srv/chroot/unstable
users=usuario
root-groups=root
preserve-environment=true
||