How To Install rubygem-timers on Fedora 36

In this tutorial we learn how to install rubygem-timers in Fedora 36. rubygem-timers is Pure Ruby one-shot and periodic timers

Introduction

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

What is rubygem-timers

Schedule procs to run after a certain time using any API that accepts a timeout

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

Install rubygem-timers 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-timers using dnf by running the following command:

sudo dnf -y install rubygem-timers

Install rubygem-timers 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-timers using yum by running the following command:

sudo yum -y install rubygem-timers

How To Uninstall rubygem-timers on Fedora 36

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

sudo dnf remove rubygem-timers

rubygem-timers Package Contents on Fedora 36

/usr/share/gems/gems/timers-4.0.1
/usr/share/gems/gems/timers-4.0.1/LICENSE
/usr/share/gems/gems/timers-4.0.1/lib
/usr/share/gems/gems/timers-4.0.1/lib/timers
/usr/share/gems/gems/timers-4.0.1/lib/timers.rb
/usr/share/gems/gems/timers-4.0.1/lib/timers/events.rb
/usr/share/gems/gems/timers-4.0.1/lib/timers/group.rb
/usr/share/gems/gems/timers-4.0.1/lib/timers/timer.rb
/usr/share/gems/gems/timers-4.0.1/lib/timers/version.rb
/usr/share/gems/gems/timers-4.0.1/lib/timers/wait.rb
/usr/share/gems/specifications/timers-4.0.1.gemspec

References

Summary

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