How to Install and Uninstall tini Package on openSuSE Tumbleweed

Last updated: May 01,2024

1. Install "tini" package

This guide let you learn how to install tini on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install tini

2. Uninstall "tini" package

This guide let you learn how to uninstall tini on openSuSE Tumbleweed:

$ sudo zypper remove tini

3. Information about the tini package on openSuSE Tumbleweed

Information for package tini:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : tini
Version : 0.19.0-2.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 37.1 KiB
Installed : No
Status : not installed
Source package : tini-0.19.0-2.5.src
Upstream URL : https://github.com/krallin/tini
Summary : A tiny but valid init for containers
Description :
Tini is a trivial implementation for an "init" program.
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.
libc will be needed inside the container.