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

Last updated: October 09,2024

1. Install "rubygem-activerecord.noarch" package

This is a short guide on how to install rubygem-activerecord.noarch on Fedora 35

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

2. Uninstall "rubygem-activerecord.noarch" package

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

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

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

Last metadata expiration check: 0:22:20 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : rubygem-activerecord
Epoch : 1
Version : 6.1.4.4
Release : 1.fc35
Architecture : noarch
Size : 369 k
Source : rubygem-activerecord-6.1.4.4-1.fc35.src.rpm
Repository : updates
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.