How to Install and Uninstall sbuild Package on Kali Linux

Last updated: May 13,2024

1. Install "sbuild" package

This is a short guide on how to install sbuild on Kali Linux

$ sudo apt update $ sudo apt install sbuild

2. Uninstall "sbuild" package

Please follow the guidance below to uninstall sbuild on Kali Linux:

$ sudo apt remove sbuild $ sudo apt autoclean && sudo apt autoremove

3. Information about the sbuild package on Kali Linux

Package: sbuild
Version: 0.85.6
Installed-Size: 243
Maintainer: sbuild maintainers
Architecture: all
Depends: adduser, libsbuild-perl (= 0.85.6), perl:any
Recommends: autopkgtest (>= 4.0.4), debootstrap, schroot (>= 1.6.0), uidmap
Suggests: deborphan, e2fsprogs, kmod, wget
Size: 92764
SHA256: bfa1282138649ddb71246f5c632702cb2677bbdc17635cc2d99e7405d97a62f2
SHA1: 041b8fd019ef2f8b63bddfc59cb01003cee1fcda
MD5sum: c9c053ba03a8d2c63b86fa62394029a4
Description: Tool for building Debian binary packages from Debian sources
The sbuild suite of programs (buildd and sbuild) are used to build
binary packages from source packages. sbuild does the actual package
building.
.
sbuild uses chroots to build packages, which act as virtual, minimal
operating system installations dedicated to package building. This
means that a number of environments may be used for building
simultaneously on the same machines, for example stable, testing,
unstable and experimental. When coupled with schroot to create
snapshots of chroots, sbuild may be used to build many packages in
parallel. A chroot environment allows packages to be built in a
controlled, clean environment. sbuild installs only essential and
build-essential packages, plus those in the package build
dependencies.
Description-md5:
Tag: devel::buildtools, devel::packaging, interface::commandline,
role::program, scope::utility, suite::debian,
works-with::software:package, works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/s/sbuild/sbuild_0.85.6_all.deb