How To Install rubygem-daemon_controller on Fedora 36

In this tutorial we learn how to install rubygem-daemon_controller in Fedora 36. rubygem-daemon_controller is A library for implementing daemon management capabilities

Introduction

In this tutorial we learn how to install rubygem-daemon_controller on Fedora 36.

What is rubygem-daemon_controller

A library for robust daemon management.

We can use yum or dnf to install rubygem-daemon_controller on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-daemon_controller.

Install rubygem-daemon_controller on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install rubygem-daemon_controller using dnf by running the following command:

sudo dnf -y install rubygem-daemon_controller

Install rubygem-daemon_controller on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install rubygem-daemon_controller using yum by running the following command:

sudo yum -y install rubygem-daemon_controller

How To Uninstall rubygem-daemon_controller on Fedora 36

To uninstall only the rubygem-daemon_controller package we can use the following command:

sudo dnf remove rubygem-daemon_controller

rubygem-daemon_controller Package Contents on Fedora 36

/usr/share/gems/gems/daemon_controller-1.2.0
/usr/share/gems/gems/daemon_controller-1.2.0/LICENSE.txt
/usr/share/gems/gems/daemon_controller-1.2.0/lib
/usr/share/gems/gems/daemon_controller-1.2.0/lib/daemon_controller
/usr/share/gems/gems/daemon_controller-1.2.0/lib/daemon_controller.rb
/usr/share/gems/gems/daemon_controller-1.2.0/lib/daemon_controller/lock_file.rb
/usr/share/gems/gems/daemon_controller-1.2.0/lib/daemon_controller/packaging.rb
/usr/share/gems/gems/daemon_controller-1.2.0/lib/daemon_controller/spawn.rb
/usr/share/gems/gems/daemon_controller-1.2.0/lib/daemon_controller/version.rb
/usr/share/gems/specifications/daemon_controller-1.2.0.gemspec

References

Summary

In this tutorial we learn how to install rubygem-daemon_controller on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).