How to Install and Uninstall rubygem-activerecord.noarch Package on Fedora 36

Last updated: May 20,2024

1. Install "rubygem-activerecord.noarch" package

This guide covers the steps necessary to install rubygem-activerecord.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install rubygem-activerecord.noarch

2. Uninstall "rubygem-activerecord.noarch" package

This is a short guide on how to uninstall rubygem-activerecord.noarch on Fedora 36:

$ sudo dnf remove rubygem-activerecord.noarch $ sudo dnf autoremove

3. Information about the rubygem-activerecord.noarch package on Fedora 36

Last metadata expiration check: 4:05:21 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rubygem-activerecord
Epoch : 1
Version : 7.0.1
Release : 1.fc36
Architecture : noarch
Size : 404 k
Source : rubygem-activerecord-7.0.1-1.fc36.src.rpm
Repository : fedora
Summary : Object-relational mapper framework (part of Rails)
URL : http://rubyonrails.org
License : MIT
Description : Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties database
: tables and classes together for business objects, like Customer or
: Subscription, that can find, save, and destroy themselves without resorting to
: manual SQL.