How to Install and Uninstall dumb-init.x86_64 Package on CentOS Stream 8

Last updated: October 10,2024

1. Install "dumb-init.x86_64" package

This guide covers the steps necessary to install dumb-init.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install dumb-init.x86_64

2. Uninstall "dumb-init.x86_64" package

Please follow the step by step instructions below to uninstall dumb-init.x86_64 on CentOS Stream 8:

$ sudo dnf remove dumb-init.x86_64 $ sudo dnf autoremove

3. Information about the dumb-init.x86_64 package on CentOS Stream 8

Last metadata expiration check: 6:01:06 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : dumb-init
Version : 1.2.5
Release : 7.el8
Architecture : x86_64
Size : 25 k
Source : dumb-init-1.2.5-7.el8.src.rpm
Repository : epel
Summary : Entry-point for containers that proxies signals
URL : https://github.com/Yelp/dumb-init
License : MIT
Description : dumb-init is a simple process supervisor and init system designed to run as
: PID 1 inside minimal container environments (such as Podman and Docker).
:
: * It can handle orphaned zombie processes.
: * It can pass signals properly for simple containers.