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

Last updated: September 20,2024

1. Install "rubygem-transaction-simple.noarch" package

This guide covers the steps necessary to install rubygem-transaction-simple.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install rubygem-transaction-simple.noarch

2. Uninstall "rubygem-transaction-simple.noarch" package

In this section, we are going to explain the necessary steps to uninstall rubygem-transaction-simple.noarch on Fedora 34:

$ sudo dnf remove rubygem-transaction-simple.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:21:46 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-transaction-simple
Version : 1.4.0.2
Release : 20.fc34
Architecture : noarch
Size : 16 k
Source : rubygem-transaction-simple-1.4.0.2-20.fc34.src.rpm
Repository : fedora
Summary : Simple object transaction support for Ruby
URL : http://trans-simple.rubyforge.org/
License : MIT
Description : Transaction::Simple provides a generic way to add active transaction support
: 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).