How To Install rubygem-transaction-simple on Fedora 36

In this tutorial we learn how to install rubygem-transaction-simple in Fedora 36. rubygem-transaction-simple is Simple object transaction support for Ruby

Introduction

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

What is rubygem-transaction-simple

Transaction to objects. The transaction methods added by this module will work with most objects, excluding those that cannot be Marshal-ed (bindings, procedure objects, IO instances, or singleton objects).

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

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

sudo dnf -y install rubygem-transaction-simple

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

sudo yum -y install rubygem-transaction-simple

How To Uninstall rubygem-transaction-simple on Fedora 36

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

sudo dnf remove rubygem-transaction-simple

rubygem-transaction-simple Package Contents on Fedora 36

/usr/share/doc/rubygem-transaction-simple
/usr/share/doc/rubygem-transaction-simple/Licence.rdoc
/usr/share/gems/gems/transaction-simple-1.4.0.2
/usr/share/gems/gems/transaction-simple-1.4.0.2/lib
/usr/share/gems/gems/transaction-simple-1.4.0.2/lib/transaction
/usr/share/gems/gems/transaction-simple-1.4.0.2/lib/transaction-simple.rb
/usr/share/gems/gems/transaction-simple-1.4.0.2/lib/transaction/simple
/usr/share/gems/gems/transaction-simple-1.4.0.2/lib/transaction/simple.rb
/usr/share/gems/gems/transaction-simple-1.4.0.2/lib/transaction/simple/group.rb
/usr/share/gems/gems/transaction-simple-1.4.0.2/lib/transaction/simple/threadsafe
/usr/share/gems/gems/transaction-simple-1.4.0.2/lib/transaction/simple/threadsafe.rb
/usr/share/gems/gems/transaction-simple-1.4.0.2/lib/transaction/simple/threadsafe/group.rb
/usr/share/gems/specifications/transaction-simple-1.4.0.2.gemspec

References

Summary

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