How to Install and Uninstall tini Package on Kali Linux

Last updated: May 01,2024

1. Install "tini" package

Please follow the step by step instructions below to install tini on Kali Linux

$ sudo apt update $ sudo apt install tini

2. Uninstall "tini" package

This guide covers the steps necessary to uninstall tini on Kali Linux:

$ sudo apt remove tini $ sudo apt autoclean && sudo apt autoremove

3. Information about the tini package on Kali Linux

Package: tini
Version: 0.19.0-1
Installed-Size: 758
Maintainer: ChangZhuo Chen (陳昌倬)
Architecture: amd64
Depends: libc6 (>= 2.14)
Size: 255284
SHA256: de5c1090fdb767c6c826b23e1248f4644546697ac4a5bc50b3823901881d4607
SHA1: 57a22ae767c7dc01f49cb7d2b92ac5407c59f726
MD5sum: 695638e55ef908291b96ef8476d78304
Description: tiny but valid init for containers
Tini is the simplest init you could think of.
.
All Tini does is spawn a single child (Tini is meant to be run in a
container), and wait for it to exit all the while reaping zombies and
performing signal forwarding.
Description-md5:
Homepage: https://github.com/krallin/tini
Section: utils
Priority: optional
Filename: pool/main/t/tini/tini_0.19.0-1_amd64.deb