How to Install and Uninstall tini Package on openSUSE Leap

Last updated: May 01,2024

1. Install "tini" package

This tutorial shows how to install tini on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install tini

2. Uninstall "tini" package

Please follow the steps below to uninstall tini on openSUSE Leap:

$ sudo zypper remove tini

3. Information about the tini package on openSUSE Leap

Information for package tini:
-----------------------------
Repository : Main Repository
Name : tini
Version : 0.18.0-1.47
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 33.3 KiB
Installed : No
Status : not installed
Source package : tini-0.18.0-1.47.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.