How to Install and Uninstall dumb-init.x86_64 Package on Fedora 35

Last updated: October 08,2024

1. Install "dumb-init.x86_64" package

In this section, we are going to explain the necessary steps to install dumb-init.x86_64 on Fedora 35

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

2. Uninstall "dumb-init.x86_64" package

Here is a brief guide to show you how to uninstall dumb-init.x86_64 on Fedora 35:

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

3. Information about the dumb-init.x86_64 package on Fedora 35

Last metadata expiration check: 2:27:26 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : dumb-init
Version : 1.2.5
Release : 3.fc35
Architecture : x86_64
Size : 22 k
Source : dumb-init-1.2.5-3.fc35.src.rpm
Repository : fedora
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.