How to Install and Uninstall podman-catatonit.x86_64 Package on CentOS 8 / RHEL 8

Last updated: April 25,2024

1. Install "podman-catatonit.x86_64" package

Please follow the steps below to install podman-catatonit.x86_64 on CentOS 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 CentOS 8 / RHEL 8:

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

3. Information about the podman-catatonit.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:33:11 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : podman-catatonit
Version : 2.2.1
Release : 7.module_el8.3.0+699+d61d9c41
Architecture : x86_64
Size : 310 k
Source : podman-2.2.1-7.module_el8.3.0+699+d61d9c41.src.rpm
Repository : appstream
Summary : A signal-forwarding process manager for containers
URL : https://podman.io/
License : ASL 2.0 and 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.