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

Last updated: January 11,2025

1. Install "rubygem-activerecord.noarch" package

Please follow the guidelines below to install rubygem-activerecord.noarch on Fedora 39

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

2. Uninstall "rubygem-activerecord.noarch" package

Here is a brief guide to show you how to uninstall rubygem-activerecord.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:41:05 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rubygem-activerecord
Epoch : 1
Version : 7.0.8
Release : 1.fc39
Architecture : noarch
Size : 467 k
Source : rubygem-activerecord-7.0.8-1.fc39.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.