How to Install and Uninstall dumb-init Package on Kali Linux

Last updated: May 02,2024

1. Install "dumb-init" package

Please follow the guidelines below to install dumb-init on Kali Linux

$ sudo apt update $ sudo apt install dumb-init

2. Uninstall "dumb-init" package

This is a short guide on how to uninstall dumb-init on Kali Linux:

$ sudo apt remove dumb-init $ sudo apt autoclean && sudo apt autoremove

3. Information about the dumb-init package on Kali Linux

Package: dumb-init
Version: 1.2.5-3
Installed-Size: 33
Maintainer: ChangZhuo Chen (陳昌倬)
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 13420
SHA256: 72a9d3ea491f63dd1d4eb050ec02a821ff57faff3f5e1c8639bc5fb562654af9
SHA1: 673730f166f5569ba853dba996e63cc8535c49fb
MD5sum: 4a1c684f7a686071f88693f380223dcd
Description: wrapper script which proxies signals to a child
dumb-init is a simple process supervisor and init system designed to run
as PID 1 inside minimal container environments (such as Docker).
.
Lightweight containers have popularized the idea of running a single
process or service without normal init systems like systemd or sysvinit.
However, omitting an init system often leads to incorrect handling of
processes and signals, and can result in problems such as containers
which can't be gracefully stopped, or leaking containers which should
have been destroyed.
.
dumb-init acts as PID 1 and immediately spawns your command as a child
process, taking care to properly handle and forward signals as they are
received.
Description-md5:
Homepage: https://github.com/Yelp/dumb-init/
Section: utils
Priority: optional
Filename: pool/main/d/dumb-init/dumb-init_1.2.5-3_amd64.deb