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

Last updated: January 10,2025

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

This tutorial shows how to install rubygem-transaction-simple.noarch on Fedora 35

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

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

This guide covers the steps necessary to uninstall rubygem-transaction-simple.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:53:59 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rubygem-transaction-simple
Version : 1.4.0.2
Release : 21.fc35
Architecture : noarch
Size : 16 k
Source : rubygem-transaction-simple-1.4.0.2-21.fc35.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).