How to Install and Uninstall python3-kiwi-boxed-plugin Package on Kali Linux

Last updated: June 29,2024

1. Install "python3-kiwi-boxed-plugin" package

In this section, we are going to explain the necessary steps to install python3-kiwi-boxed-plugin on Kali Linux

$ sudo apt update $ sudo apt install python3-kiwi-boxed-plugin

2. Uninstall "python3-kiwi-boxed-plugin" package

This is a short guide on how to uninstall python3-kiwi-boxed-plugin on Kali Linux:

$ sudo apt remove python3-kiwi-boxed-plugin $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-kiwi-boxed-plugin package on Kali Linux

Package: python3-kiwi-boxed-plugin
Source: kiwi-boxed-plugin
Version: 0.2.31-1
Installed-Size: 82
Maintainer: Isaac True
Architecture: all
Depends: kiwi, python3-cerberus, python3-docopt, python3-progressbar2, python3-requests, python3-yaml, python3:any
Recommends: qemu-system-x86, qemu-system-arm
Size: 14432
SHA256: 6cf244442602fd1a90f49ff7ea8162d2049d1f7de9b719866dde91f9c9ed2b0b
SHA1: d4a01c0ee8aa758b9e7dd374c87128470a819da2
MD5sum: 88f73722c5bea9e792a83ae23bdf4509
Description: KIWI plugin to provide self contained build support
The KIWI boxed plugin provides support for self contained building of images
based on fast booting VM images.
.
Specifically, this plugin adds the `system boxbuild` subcommand to KIWI as an
alternative to the `system build` subcommand. This command downloads a
prebuilt VM image and runs the given KIWI command line inside the VM. The
operating system powering the VM image can be selected using the `--box`
argument. The plugin then runs `kiwi system build` inside the VM with all
arguments that are passed to the `kiwi system boxbuild` command after the
`--` sequence.
.
Example: kiwi system boxbuild --box ubuntu --
.
The boxbuild process requires either `qemu-system-x86` or `qemu-system-arm`,
depending on which target architecture is being built.
Description-md5:
Homepage: https://osinside.github.io/kiwi
Section: otherosfs
Priority: optional
Filename: pool/main/k/kiwi-boxed-plugin/python3-kiwi-boxed-plugin_0.2.31-1_all.deb

5. The same packages on other Linux Distributions