How to Install and Uninstall debspawn Package on Kali Linux

Last updated: May 21,2024

1. Install "debspawn" package

Here is a brief guide to show you how to install debspawn on Kali Linux

$ sudo apt update $ sudo apt install debspawn

2. Uninstall "debspawn" package

In this section, we are going to explain the necessary steps to uninstall debspawn on Kali Linux:

$ sudo apt remove debspawn $ sudo apt autoclean && sudo apt autoremove

3. Information about the debspawn package on Kali Linux

Package: debspawn
Version: 0.6.4-1
Installed-Size: 240
Maintainer: Matthias Klumpp
Architecture: all
Depends: debootstrap, systemd-container, zstd, python3-tomlkit (>= 0.8.0), python3:any
Recommends: devscripts, dpkg-dev
Suggests: build-essential, sudo
Size: 58852
SHA256: 42b55e1aeb567dd551706b4d6230f9ca44c6ea16b5fbc6310dd1a5923ea313cd
SHA1: 11fad749bd4bb105825346beaf85bc04494ed656
MD5sum: c7fcef3022e52c3d9b94749a1d6306de
Description: Build in nspawn containers
Debspawn is a tool to build Debian packages in an isolated environment,
using systemd-nspawn containers.
By using containers, Debspawn can isolate builds from the host system
much better than traditional chroot-based build environments could.
.
Debspawn is designed to be both easy to use by humans, as well as easy
to integrate into an automated package build workflow.
Description-md5:
Homepage: https://github.com/lkhq/debspawn
Section: utils
Priority: optional
Filename: pool/main/d/debspawn/debspawn_0.6.4-1_all.deb