How to Install and Uninstall catatonit.src Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "catatonit.src" package

Please follow the instructions below to install catatonit.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install catatonit.src

2. Uninstall "catatonit.src" package

This is a short guide on how to uninstall catatonit.src on Oracle Linux 9:

$ sudo dnf remove catatonit.src $ sudo dnf autoremove

3. Information about the catatonit.src package on Oracle Linux 9

Last metadata expiration check: 2:37:38 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : catatonit
Epoch : 3
Version : 0.1.7
Release : 9.el9_2
Architecture : src
Size : 30 k
Source : None
Repository : ol9_appstream
Summary : A signal-forwarding process manager for containers
URL : https://github.com/openSUSE/catatonit
License : GPLv3+
Description : Catatonit is a /sbin/init program for use within containers. It
: forwards (almost) all signals to the spawned child, tears down
: the container when the spawned child exits, and otherwise
: cleans up other exited processes (zombies).
:
: This is a reimplementation of other container init programs (such as
: "tini" or "dumb-init"), but uses modern Linux facilities (such as
: signalfd(2)) and has no additional features.