How To Install rubygem-parse-cron on Fedora 36

In this tutorial we learn how to install rubygem-parse-cron in Fedora 36. rubygem-parse-cron is Parses cron expressions and calculates the next occurrence

Introduction

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

What is rubygem-parse-cron

parses cron expressions and calculates the next occurrence after a given date

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

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

sudo dnf -y install rubygem-parse-cron

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

sudo yum -y install rubygem-parse-cron

How To Uninstall rubygem-parse-cron on Fedora 36

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

sudo dnf remove rubygem-parse-cron

rubygem-parse-cron Package Contents on Fedora 36

/usr/share/gems/gems/parse-cron-0.1.4
/usr/share/gems/gems/parse-cron-0.1.4/License
/usr/share/gems/gems/parse-cron-0.1.4/lib
/usr/share/gems/gems/parse-cron-0.1.4/lib/cron_parser.rb
/usr/share/gems/gems/parse-cron-0.1.4/lib/parse-cron
/usr/share/gems/gems/parse-cron-0.1.4/lib/parse-cron.rb
/usr/share/gems/gems/parse-cron-0.1.4/lib/parse-cron/version.rb
/usr/share/gems/specifications/parse-cron-0.1.4.gemspec

References

Summary

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