How to Install and Uninstall schroot Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "schroot" package

Please follow the guidance below to install schroot on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install schroot

2. Uninstall "schroot" package

In this section, we are going to explain the necessary steps to uninstall schroot on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the schroot package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: schroot
Priority: optional
Section: admin
Installed-Size: 2629
Maintainer: Ubuntu Developers
Original-Maintainer: Debian buildd-tools Developers
Architecture: amd64
Version: 1.6.10-1ubuntu3
Replaces: buildd (<< 0.62.3-1), sbuild (<< 0.62.3-1)
Depends: libboost-filesystem1.58.0, libboost-iostreams1.58.0, libboost-program-options1.58.0, libboost-system1.58.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libpam0g (>= 0.99.7.1), libstdc++6 (>= 5.2), libuuid1 (>= 2.16), schroot-common (= 1.6.10-1ubuntu3)
Suggests: debootstrap, lvm2, btrfs-tools, aufs-modules | unionfs-modules, qemu-user-static
Conflicts: dchroot (<< 0.13)
Breaks: binfmt-support (<< 2.0.1), sbuild (<< 0.62.6)
Filename: pool/main/s/schroot/schroot_1.6.10-1ubuntu3_amd64.deb
Size: 572666
MD5sum: 88f49d0f296280aef5de56f1ca5aa7e5
SHA1: dec2d59c34581a88107d35f7aa7f79e958bc3b32
SHA256: eae96a9af1f62ced992105458978ce710a1ea83b90258e6db7afcf14b2bb8feb
Description-en: 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 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 and LVM snapshots.
.
schroot shares most of its options with dchroot, but offers vastly
more functionality.
Description-md5: 1d09f5907fa9b9f0626b53bc7ffd21a4
Enhances: sbuild
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntu-sdk