How To Install rubygem-sync on Fedora 36

In this tutorial we learn how to install rubygem-sync in Fedora 36. rubygem-sync is A module that provides a two-phase lock with a counter

Introduction

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

What is rubygem-sync

A module that provides a two-phase lock with a counter.

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

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

sudo dnf -y install rubygem-sync

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

sudo yum -y install rubygem-sync

How To Uninstall rubygem-sync on Fedora 36

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

sudo dnf remove rubygem-sync

rubygem-sync Package Contents on Fedora 36

/usr/share/gems/gems/sync-0.5.0
/usr/share/gems/gems/sync-0.5.0/LICENSE.txt
/usr/share/gems/gems/sync-0.5.0/lib
/usr/share/gems/gems/sync-0.5.0/lib/sync.rb
/usr/share/gems/specifications/sync-0.5.0.gemspec

References

Summary

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