How to Install and Uninstall rubygem-daemons.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "rubygem-daemons.noarch" package

Please follow the guidance below to install rubygem-daemons.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install rubygem-daemons.noarch

2. Uninstall "rubygem-daemons.noarch" package

Learn how to uninstall rubygem-daemons.noarch on Fedora 34:

$ sudo dnf remove rubygem-daemons.noarch $ sudo dnf autoremove

3. Information about the rubygem-daemons.noarch package on Fedora 34

Last metadata expiration check: 5:46:08 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rubygem-daemons
Version : 1.1.9
Release : 14.fc34
Architecture : noarch
Size : 37 k
Source : rubygem-daemons-1.1.9-14.fc34.src.rpm
Repository : fedora
Summary : A toolkit to create and control daemons in different ways
URL : http://daemons.rubyforge.org
License : MIT and (GPLv2+ or Ruby)
Description : Daemons provides an easy way to wrap existing ruby scripts (for example a
: self-written server) to be run as a daemon and to be controlled by simple
: start/stop/restart commands. You can also call blocks as daemons and control
: them from the parent or just daemonize the current process. Besides this
: basic functionality, daemons offers many advanced features like exception
: backtracing and logging (in case your ruby script crashes) and monitoring and
: automatic restarting of your processes if they crash.