How to Install and Uninstall tini.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "tini.x86_64" package

Please follow the step by step instructions below to install tini.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install tini.x86_64

2. Uninstall "tini.x86_64" package

In this section, we are going to explain the necessary steps to uninstall tini.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove tini.x86_64 $ sudo dnf autoremove

3. Information about the tini.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:20:27 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : tini
Version : 0.19.0
Release : 5.el9
Architecture : x86_64
Size : 22 k
Source : tini-0.19.0-5.el9.src.rpm
Repository : epel
Summary : A tiny but valid init for containers
URL : https://github.com/krallin/tini
License : MIT
Description : 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.