How to Install and Uninstall bdebstrap Package on Kali Linux

Last updated: May 18,2024

1. Install "bdebstrap" package

Please follow the steps below to install bdebstrap on Kali Linux

$ sudo apt update $ sudo apt install bdebstrap

2. Uninstall "bdebstrap" package

This tutorial shows how to uninstall bdebstrap on Kali Linux:

$ sudo apt remove bdebstrap $ sudo apt autoclean && sudo apt autoremove

3. Information about the bdebstrap package on Kali Linux

Package: bdebstrap
Version: 0.6.1-1
Installed-Size: 81
Maintainer: Benjamin Drung
Architecture: all
Depends: mmdebstrap (>= 0.6.0), python3-ruamel.yaml, python3:any
Size: 21940
SHA256: 6d604cacbdca4e7cf921a64966b4e32b2d50dfe97af373d2e67814f6337a6db2
SHA1: ec0efb40487ad5f76954cba9c7a5e82c23e4f0cf
MD5sum: 75d227a973f1a32e189bb266260a4f46
Description: YAML config based multi-mirror Debian chroot creation tool
bdebstrap is an alternative to debootstrap and a wrapper around mmdebstrap to
support YAML based configuration files. It inherits all benefits from
mmdebstrap. The support for configuration allows storing all customization in
a YAML file instead of having to use a very long one-liner call to mmdebstrap.
It also layering multiple customizations on top of each other, e.g. to support
flavors of an image.
Description-md5:
Homepage: https://github.com/bdrung/bdebstrap
Section: admin
Priority: optional
Filename: pool/main/b/bdebstrap/bdebstrap_0.6.1-1_all.deb