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

Last updated: October 05,2024

1. Install "rubygem-activerecord.noarch" package

Please follow the guidance below to install rubygem-activerecord.noarch on Fedora 34

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

2. Uninstall "rubygem-activerecord.noarch" package

Please follow the guidelines below to uninstall rubygem-activerecord.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:51:44 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rubygem-activerecord
Epoch : 1
Version : 6.1.3.2
Release : 1.fc34
Architecture : noarch
Size : 368 k
Source : rubygem-activerecord-6.1.3.2-1.fc34.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.