How to Install and Uninstall schroot Package on Kali Linux

Last updated: May 16,2024

1. Install "schroot" package

Please follow the steps below to install schroot on Kali Linux

$ sudo apt update $ sudo apt install schroot

2. Uninstall "schroot" package

This guide covers the steps necessary to uninstall schroot on Kali Linux:

$ sudo apt remove schroot $ sudo apt autoclean && sudo apt autoremove

3. Information about the schroot package on Kali Linux

Package: schroot
Source: schroot (1.6.13-3)
Version: 1.6.13-3+b3
Installed-Size: 2579
Maintainer: Christoph Biedl
Architecture: amd64
Depends: debconf (>= 0.5) | debconf-2.0, libboost-filesystem1.83.0 (>= 1.83.0), libboost-iostreams1.83.0 (>= 1.83.0), libboost-program-options1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpam0g (>= 0.99.7.1), libstdc++6 (>= 13.1), libuuid1 (>= 2.16), lsb-base, schroot-common (= 1.6.13-3)
Pre-Depends: debconf
Suggests: aufs-tools | unionfs-fuse, btrfs-progs, bzip2, debootstrap, lvm2, qemu-user-static, xz-utils, zfsutils-linux, zstd
Enhances: sbuild
Size: 623068
SHA256: a551ccd261d3d50b714c5aac7f4440419a01bae4a70bc3c51adb2f9623601e1a
SHA1: 46146a4116f9deecab228b578942bd0e107a3d27
MD5sum: 30e4bdbb8de5de7eac8a8d22294367c9
Description: Execute commands in a chroot environment
schroot allows users to execute commands or interactive shells in
different chroots. Any number of named chroots may be created, and
access permissions given to each, including root access for normal
users, on a per-user or per-group basis. Additionally, schroot can
switch to a different user in the chroot, using PAM for
authentication and authorisation. All operations are logged for
security.
.
Several different types of chroot are supported, including normal
directories in the filesystem, and also block devices. Sessions,
persistent chroots created on the fly from files (tar with optional
compression) and Btrfs, ZFS, and LVM snapshots are also supported.
.
schroot supports kernel personalities, allowing the programs run
inside the chroot to have a different personality. For example,
running 32-bit chroots on 64-bit systems, or even running binaries
from alternative operating systems such as SVR4 or Xenix.
.
schroot also integrates with sbuild, to allow building packages with
all supported chroot types, including session-managed chroot types
such as Btrfs, ZFS, and LVM snapshots.
.
schroot shares most of its options with dchroot, but offers vastly
more functionality.
Description-md5:
Homepage: https://codeberg.org/shelter/reschroot
Tag: admin::TODO, admin::power-management, admin::virtualization,
devel::TODO, implemented-in::python, interface::commandline,
interface::graphical, interface::x11, role::program, security::TODO,
suite::debian, suite::openstack, system::cloud, system::virtual,
use::TODO, use::learning, x11::application
Section: admin
Priority: optional
Filename: pool/main/s/schroot/schroot_1.6.13-3+b3_amd64.deb