How to Install and Uninstall podman-catatonit.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 10,2024

1. Install "podman-catatonit.x86_64" package

Here is a brief guide to show you how to install podman-catatonit.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install podman-catatonit.x86_64

2. Uninstall "podman-catatonit.x86_64" package

Please follow the step by step instructions below to uninstall podman-catatonit.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove podman-catatonit.x86_64 $ sudo dnf autoremove

3. Information about the podman-catatonit.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:57:49 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : podman-catatonit
Epoch : 3
Version : 4.6.1
Release : 8.module+el8.9.0+21243+a586538b
Architecture : x86_64
Size : 363 k
Source : podman-4.6.1-8.module+el8.9.0+21243+a586538b.src.rpm
Repository : ubi-8-appstream-rpms
Summary : A signal-forwarding process manager for containers
URL : https://podman.io/
License : Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
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.